Show date in log times

This commit is contained in:
Peter Stuifzand 2020-11-29 22:19:19 +01:00
parent 4ef5b7b2dd
commit 925fbfc476

View File

@ -12,7 +12,7 @@ import (
)
func init() {
log.SetFlags(log.Ltime | log.Lshortfile)
log.SetFlags(log.Ldate | log.Ltime | log.Lshortfile)
}
const letterBytes = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"