Skip to content

Commit cf2429b

Browse files
committed
GO-4580 Cleanup graylog
1 parent 7f969a8 commit cf2429b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commonspace/headsync/synclogger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (s syncLogger) logSyncDone(peerId string, newIds, changedIds, removedIds, d
3232
}
3333
}
3434
s.lastLogged[peerId] = now
35-
s.Info("sync done:", zap.Int("newIds", newIds),
35+
s.Debug("sync done:", zap.Int("newIds", newIds),
3636
zap.Int("changedIds", changedIds),
3737
zap.Int("removedIds", removedIds),
3838
zap.Int("already deleted ids", deltedIds),

0 commit comments

Comments
 (0)