mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-06 02:09:15 +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) {
|
if cfg.Options.IsRuntimeFlagSet(RuntimeFlagConfigHotReload) {
|
||||||
src.watcher.Watch(ctx, []string{configFile})
|
src.watcher.Watch(ctx, []string{configFile})
|
||||||
} else {
|
} else {
|
||||||
log.Warn(ctx).Msg("hot reload disabled")
|
log.Info(ctx).Msg("hot reload disabled")
|
||||||
src.watcher.Watch(ctx, nil)
|
src.watcher.Watch(ctx, nil)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue