Skip to content

Commit

Permalink
Reduce severity of TestsLog to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Apr 23, 2024
1 parent 9d126bb commit d14ba9d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ instance HasSeverityAnnotation TestsLog where
MsgSettingUpFaucet -> Notice
MsgBaseUrl{} -> Notice
MsgCluster msg -> getSeverityAnnotation msg
MsgPoolGarbageCollectionEvent _ -> Info
MsgPoolGarbageCollectionEvent _ -> Debug
MsgServerError e
| isAsyncException e -> Notice
| isAsyncException e -> Debug
| otherwise -> Warning
MsgInfo _ -> Info

Expand Down

0 comments on commit d14ba9d

Please sign in to comment.