From c76a967bce0bb182ae2a5d81f5bd940869aa464f Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 20 Dec 2025 14:30:37 +0100 Subject: Disable log timestamps The primary target environment is a systemd-based Linux system. There the logging system of the operating system will timestamp the log messages. --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index f06d525..bb031c6 100644 --- a/main.go +++ b/main.go @@ -8,6 +8,8 @@ import ( ) func main() { + log.SetFlags(0) + log.Println("+++ Started Sia server +++") defer log.Println("--- Stopped Sia server ---") -- cgit v1.2.3-70-g09d2