This commit is contained in:
Caleb Doxsey 2023-07-18 08:50:42 -06:00 committed by GitHub
parent 4e8c923ecd
commit 6011c661b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 152 additions and 30 deletions

View file

@ -41,6 +41,6 @@ func (mgr *LogManager) OnConfigChange(_ context.Context, cfg *Config) {
}
if cfg.Options.LogLevel != "" {
log.SetLevel(cfg.Options.LogLevel)
log.SetLevel(cfg.Options.LogLevel.ToZerolog())
}
}