From 0a0c185c06869fe620188a1e1879c9e01165ff86 Mon Sep 17 00:00:00 2001 From: mstar Date: Mon, 3 Feb 2025 14:26:56 +0100 Subject: [PATCH] Swap order of logging setup Fixes unformatted logging output at beginning --- other/zerolog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/zerolog.go b/other/zerolog.go index b380889..62fc1f4 100644 --- a/other/zerolog.go +++ b/other/zerolog.go @@ -36,8 +36,8 @@ func SetupFlags() { } func ConfigureLoggingFromCliArgs() { - configLevel() configOutputs() + configLevel() } func configLevel() {