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 {