Skip to content

Commit

Permalink
chore: log accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 9, 2024
1 parent 2677965 commit 43ad7aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/tgmanager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
)
}

Expand Down

0 comments on commit 43ad7aa

Please sign in to comment.