mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
fix: correct patrol interval logging
The log was showing QuickCheckInterval (deprecated, always 0) instead of the actual Interval field. This caused confusing 'interval: 0' logs.
This commit is contained in:
@@ -529,7 +529,7 @@ func (s *Service) ReconfigurePatrol() {
|
||||
|
||||
log.Info().
|
||||
Bool("enabled", patrolCfg.Enabled).
|
||||
Dur("interval", patrolCfg.QuickCheckInterval).
|
||||
Dur("interval", patrolCfg.Interval).
|
||||
Msg("Patrol configuration updated")
|
||||
|
||||
// Update alert-triggered analyzer (re-check license on each config change)
|
||||
|
||||
Reference in New Issue
Block a user