forked from quic-go/quic-go
log timestamps
This commit is contained in:
@@ -21,6 +21,7 @@ func main() {
|
||||
} else {
|
||||
utils.SetLogLevel(utils.LogLevelInfo)
|
||||
}
|
||||
utils.SetLogTimeFormat("")
|
||||
|
||||
hclient := &http.Client{
|
||||
Transport: &h2quic.QuicRoundTripper{},
|
||||
|
||||
@@ -128,6 +128,7 @@ func main() {
|
||||
} else {
|
||||
utils.SetLogLevel(utils.LogLevelInfo)
|
||||
}
|
||||
utils.SetLogTimeFormat("")
|
||||
|
||||
certFile := *certPath + "/fullchain.pem"
|
||||
keyFile := *certPath + "/privkey.pem"
|
||||
|
||||
Reference in New Issue
Block a user