Skip to content

Commit c7ee8f2

Browse files
committed
notifications: log unknown ntfns at debug
Log unknown server notification variants at Debug level instead of Warn to avoid noisy logs during feature rollout mismatches.
1 parent c56c6d3 commit c7ee8f2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

notifications/manager.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,7 @@ func (m *Manager) handleNotification(ntfn *swapserverrpc.
385385
}
386386

387387
default:
388-
log.Warnf("Received unknown notification type: %v",
389-
ntfn)
388+
log.Debugf("Received unknown notification type: %v", ntfn)
390389
}
391390
}
392391

0 commit comments

Comments
 (0)