From 4942df0b252812eeb94957de4f18f1b183be3221 Mon Sep 17 00:00:00 2001 From: Florian Bauer Date: Wed, 22 Jan 2025 14:37:05 +0100 Subject: [PATCH] fix: minimize logging --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 41bebb9..8e77957 100644 --- a/main.go +++ b/main.go @@ -74,6 +74,7 @@ type configuration struct { } func main() { + log.SetFlags(log.Lshortfile) config := &configuration{ responder: &responder{}, crlSourceFile: &crlSourceFile{},