Skip to content

Commit

Permalink
GO-4580 Cleanup graylog
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-fellow committed Dec 10, 2024
1 parent 7f969a8 commit cf2429b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonspace/headsync/synclogger.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (s syncLogger) logSyncDone(peerId string, newIds, changedIds, removedIds, d
}
}
s.lastLogged[peerId] = now
s.Info("sync done:", zap.Int("newIds", newIds),
s.Debug("sync done:", zap.Int("newIds", newIds),
zap.Int("changedIds", changedIds),
zap.Int("removedIds", removedIds),
zap.Int("already deleted ids", deltedIds),
Expand Down

0 comments on commit cf2429b

Please sign in to comment.