File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1760,7 +1760,7 @@ instance MetaTrace (InboundGovernor.Trace addr) where
1760
1760
1761
1761
severityFor (Namespace _ [" NewConnection" ]) _ = Just Debug
1762
1762
severityFor (Namespace _ [" ResponderRestarted" ]) _ = Just Debug
1763
- severityFor (Namespace _ [" ResponderStartFailure" ]) _ = Just Error
1763
+ severityFor (Namespace _ [" ResponderStartFailure" ]) _ = Just Info
1764
1764
severityFor (Namespace _ [" ResponderErrored" ]) _ = Just Info
1765
1765
severityFor (Namespace _ [" ResponderStarted" ]) _ = Just Debug
1766
1766
severityFor (Namespace _ [" ResponderTerminated" ]) _ = Just Debug
Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ instance HasSeverityAnnotation (InboundGovernor.Trace addr) where
586
586
case ev of
587
587
InboundGovernor. TrNewConnection {} -> Debug
588
588
InboundGovernor. TrResponderRestarted {} -> Debug
589
- InboundGovernor. TrResponderStartFailure {} -> Error
589
+ InboundGovernor. TrResponderStartFailure {} -> Info
590
590
InboundGovernor. TrResponderErrored {} -> Info
591
591
InboundGovernor. TrResponderStarted {} -> Debug
592
592
InboundGovernor. TrResponderTerminated {} -> Debug
You can’t perform that action at this time.
0 commit comments