updates: elevate start/stop logs to debug bridge not stopping

This commit is contained in:
Adam Van Ymeren
2025-07-11 09:31:54 -07:00
parent cb98833590
commit 7970a678fc
+2 -2
View File
@@ -162,8 +162,8 @@ func (s *internalState) Run(ctx context.Context) error {
if s.log == nil {
return errors.New("invalid: nil logger")
}
s.log.Debug("Starting updates handler")
defer s.log.Debug("Updates handler stopped")
s.log.Info("Starting updates handler")
defer s.log.Info("Updates handler stopped")
s.getDifferenceLogger(ctx)
for {