Improved tests

This commit is contained in:
2017-06-14 22:13:30 +02:00
parent 1157c519e8
commit eca444ce94
3 changed files with 84 additions and 9 deletions

View File

@ -1,7 +1,6 @@
package main
import (
"os"
"strconv"
"strings"
"time"
@ -13,7 +12,7 @@ import (
func init() {
err := log.NewChannel("error")
err.AddOutput(log.File("logs/error.log"))
err.AddOutput(os.Stderr)
// err.AddOutput(os.Stderr)
web := log.NewChannel("web")
web.AddOutput(log.File("logs/request.log"))