From 7970a678fcd2bef306a2d9e0aa4d1284c5d0f271 Mon Sep 17 00:00:00 2001 From: Adam Van Ymeren Date: Fri, 11 Jul 2025 09:31:54 -0700 Subject: [PATCH] updates: elevate start/stop logs to debug bridge not stopping --- pkg/gotd/telegram/updates/state.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/gotd/telegram/updates/state.go b/pkg/gotd/telegram/updates/state.go index 4434b5e6..2ef7c6b6 100644 --- a/pkg/gotd/telegram/updates/state.go +++ b/pkg/gotd/telegram/updates/state.go @@ -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 {