Log config on boot in trace mode

This commit is contained in:
Melody Becker 2025-05-06 14:35:50 +02:00
parent e182949a8d
commit 30e2702df6
Signed by: mstar
SSH key fingerprint: SHA256:vkXfS9FG2pVNVfvDrzd1VW9n8VJzqqdKQGljxxX8uK8

View file

@ -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 {