We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9831be5 commit 4594411Copy full SHA for 4594411
pkg/server/settingswatcher/settings_watcher.go
@@ -185,6 +185,7 @@ func (s *SettingsWatcher) Start(ctx context.Context) error {
185
defer s.mu.Unlock()
186
s.mu.updater.ResetRemaining(ctx)
187
if !initialScan.done {
188
+ log.VInfof(ctx, 1, "initial settings scan complete")
189
initialScan.done = true
190
close(initialScan.ch)
191
}
0 commit comments