mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
backport (#4368)
This commit is contained in:
parent
4e8c923ecd
commit
6011c661b2
8 changed files with 152 additions and 30 deletions
|
@ -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())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue