diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-06-11 09:20:48 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-06-11 09:20:48 +0200 |
commit | 20744817a3eb3af21c84b15b41684cf6e8aed86c (patch) | |
tree | 901b46baa0c58ef3431f072fbd80f801c328f3ba | |
parent | d93959de9f7ffd061dc57bec7c532829f592bf77 (diff) | |
download | birdscan-20744817a3eb3af21c84b15b41684cf6e8aed86c.tar birdscan-20744817a3eb3af21c84b15b41684cf6e8aed86c.tar.zst birdscan-20744817a3eb3af21c84b15b41684cf6e8aed86c.zip |
Disable duplicated Timestamps
-rw-r--r-- | src/main.go | 1 |
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 { |