Skip to content

Commit

Permalink
Log at info level instead of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kralicky committed May 20, 2024
1 parent 6d703a4 commit 2a1db3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 2a1db3b

Please sign in to comment.