genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update log.go

This commit is contained in:
Geno 2017-03-30 14:11:57 +02:00 committed by GitHub
parent fd63d91155
commit 5fec294f81
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ func init(){
} }
func LogTimestamp(value bool) { func LogTimestamp(value bool) {
Log.SetFormatter(&log.TextFormatter{ log.SetFormatter(&log.TextFormatter{
DisableTimestamp: value, DisableTimestamp: value,
}) })
} }