From 5fec294f819c33866f1cfc93274710fc6c43d4f8 Mon Sep 17 00:00:00 2001 From: Geno Date: Thu, 30 Mar 2017 14:11:57 +0200 Subject: [PATCH] Update log.go --- lib/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }) }