mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 23:41:09 +02:00
Log at info level instead of warning
This commit is contained in:
parent
6d703a4c44
commit
2a1db3b1ae
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ func NewFileOrEnvironmentSource(
|
|||
if cfg.Options.IsRuntimeFlagSet(RuntimeFlagConfigHotReload) {
|
||||
src.watcher.Watch(ctx, []string{configFile})
|
||||
} else {
|
||||
log.Warn(ctx).Msg("hot reload disabled")
|
||||
log.Info(ctx).Msg("hot reload disabled")
|
||||
src.watcher.Watch(ctx, nil)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue