summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go
index 5de338a..68f2af3 100644
--- a/src/main.go
+++ b/src/main.go
@@ -8,6 +8,7 @@ import (
)
func main() {
+ log.SetFlags(0) // disable timestamp because systemd takes care of that
log.Println("Starting birdscan")
go runServer()
for {