We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb0901 commit 5cac46fCopy full SHA for 5cac46f
cardano-node/src/Cardano/Tracing/OrphanInstances/Network.hs
@@ -523,8 +523,8 @@ instance HasSeverityAnnotation (PeerSelectionActionsTrace SockAddr lAddr) where
523
getSeverityAnnotation ev =
524
case ev of
525
PeerStatusChanged {} -> Info
526
- PeerStatusChangeFailure {} -> Error
527
- PeerMonitoringError {} -> Error
+ PeerStatusChangeFailure {} -> Info
+ PeerMonitoringError {} -> Info
528
PeerMonitoringResult {} -> Debug
529
AcquireConnectionError {} -> Info
530
0 commit comments