From 20744817a3eb3af21c84b15b41684cf6e8aed86c Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 11 Jun 2021 09:20:48 +0200 Subject: Disable duplicated Timestamps --- src/main.go | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.3-70-g09d2