genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update log.go

This commit is contained in:
Geno 2017-03-30 14:02:58 +02:00 committed by GitHub
parent 60d069a170
commit 646fac221d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
Log := log.New()
func DisableTimestamp(value bool) {
func LogTimestamp(value bool) {
Log.SetFormatter(&log.TextFormatter{
DisableTimestamp: value,
})