From cb6adf275d8c38cae1529c9d9f74499e7206d9c1 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 31 Dec 2023 08:09:47 -0800 Subject: [PATCH] fix: adds timestamp to logs --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index f7224af4..7d4fcf9d 100644 --- a/main.go +++ b/main.go @@ -299,7 +299,6 @@ func configureLogger(level string) { } log.SetFormatter(&log.TextFormatter{ - DisableTimestamp: true, DisableLevelTruncation: true, })