1
0
Fork 0

Log only date and time

This commit is contained in:
Gregory Eremin 2015-03-07 00:16:56 +07:00
parent 8e36217f17
commit e0c2cb47be
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ func init() {
}
log.SetOutput(os.Stderr)
log.SetFlags(log.Ltime | log.Lshortfile)
log.SetFlags(log.Ldate | log.Ltime)
}