client: adjust start/stop logs

This commit is contained in:
Tulir Asokan
2025-12-11 15:28:35 +02:00
parent 43b230148b
commit 4775e67476
2 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ func (m *Manager) Run(ctx context.Context, api API, userID int64, opt AuthOption
zap.Bool("is_bot", opt.IsBot),
zap.Bool("forget", opt.Forget),
)
lg.Info("Starting update manager")
defer lg.Info("Update manager exiting")
lg.Debug("Starting update manager")
defer lg.Debug("Update manager exiting")
wg, ctx := errgroup.WithContext(ctx)