Log config on boot in trace mode
This commit is contained in:
parent
e182949a8d
commit
30e2702df6
1 changed files with 1 additions and 0 deletions
1
main.go
1
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 {
|
||||
|
|
Loading…
Reference in a new issue