diff --git a/internal/tgmanager/manager.go b/internal/tgmanager/manager.go index 6d67425..8d34067 100644 --- a/internal/tgmanager/manager.go +++ b/internal/tgmanager/manager.go @@ -148,6 +148,7 @@ func (m *Manager) tickLease(now time.Time) { m.log.Info("Lease cleanup done", zap.Int("deleted", len(toDelete)), zap.Int("total", len(m.leases)), + zap.Int("accounts", len(m.accounts)), ) }