log timestamps

This commit is contained in:
Marten Seemann 2017-05-15 15:00:17 +08:00
parent 82ce3b221b
commit 7e256e0ebe
No known key found for this signature in database
GPG key ID: 3603F40B121FCDEA
6 changed files with 57 additions and 14 deletions

View file

@ -128,6 +128,7 @@ func main() {
} else {
utils.SetLogLevel(utils.LogLevelInfo)
}
utils.SetLogTimeFormat("")
certFile := *certPath + "/fullchain.pem"
keyFile := *certPath + "/privkey.pem"