Initialize log config earlier to prevent trace messages being printed early on (#1939)

like TRC DNS configuration loaded dns_config={....}
This commit is contained in:
Sandro 2024-05-16 02:40:30 +02:00 committed by GitHub
parent 7fd2485000
commit a9763c9692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -56,8 +56,6 @@ func initConfig() {
machineOutput := HasMachineOutputFlag()
zerolog.SetGlobalLevel(cfg.Log.Level)
// If the user has requested a "node" readable format,
// then disable login so the output remains valid.
if machineOutput {