From 30e2702df68f28127952245652ff69dab2378616 Mon Sep 17 00:00:00 2001 From: mStar Date: Tue, 6 May 2025 14:35:50 +0200 Subject: [PATCH] Log config on boot in trace mode --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index d47deeb..0022054 100644 --- a/main.go +++ b/main.go @@ -65,6 +65,7 @@ func main() { Str("config-file", *shared.FlagConfigFile). Msg("Failed to read config and couldn't write default") } + log.Trace().Any("config", config.GlobalConfig).Msg("Full config") // Request to only check config if *shared.FlagConfigOnly {