aboutsummaryrefslogtreecommitdiff
path: root/coremain/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'coremain/run.go')
-rw-r--r--coremain/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/coremain/run.go b/coremain/run.go
index 033f60077..63ac6f354 100644
--- a/coremain/run.go
+++ b/coremain/run.go
@@ -62,7 +62,7 @@ func Run() {
}
log.SetOutput(os.Stdout)
- log.SetFlags(log.LstdFlags)
+ log.SetFlags(0) // Set to 0 because we're doing our own time, with timezone
if version {
showVersion()