Skip to content

Commit 5cac46f

Browse files
committed
Lower sev for PeerStatusChangeFailure and PeerMonitoringError
Communication with the remote peer may timeout or error. But this doesn't represent a "cardano-node" error.
1 parent 2cb0901 commit 5cac46f

File tree

1 file changed

+2
-2
lines changed
  • cardano-node/src/Cardano/Tracing/OrphanInstances

1 file changed

+2
-2
lines changed

cardano-node/src/Cardano/Tracing/OrphanInstances/Network.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,8 +523,8 @@ instance HasSeverityAnnotation (PeerSelectionActionsTrace SockAddr lAddr) where
523523
getSeverityAnnotation ev =
524524
case ev of
525525
PeerStatusChanged {} -> Info
526-
PeerStatusChangeFailure {} -> Error
527-
PeerMonitoringError {} -> Error
526+
PeerStatusChangeFailure {} -> Info
527+
PeerMonitoringError {} -> Info
528528
PeerMonitoringResult {} -> Debug
529529
AcquireConnectionError {} -> Info
530530

0 commit comments

Comments
 (0)