log timestamps

This commit is contained in:
Marten Seemann
2017-05-15 15:00:17 +08:00
parent 82ce3b221b
commit 7e256e0ebe
6 changed files with 57 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ func main() {
} else {
utils.SetLogLevel(utils.LogLevelInfo)
}
utils.SetLogTimeFormat("")
hclient := &http.Client{
Transport: &h2quic.QuicRoundTripper{},