diff --git a/lib/log.go b/lib/log.go index a19f27e..89406f4 100644 --- a/lib/log.go +++ b/lib/log.go @@ -13,7 +13,7 @@ func init(){ } func LogTimestamp(value bool) { - Log.SetFormatter(&log.TextFormatter{ + log.SetFormatter(&log.TextFormatter{ DisableTimestamp: value, }) }