We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15be268 commit 00d95faCopy full SHA for 00d95fa
visualize-logs/src/VisualizeLogs.hs
@@ -231,6 +231,7 @@ processLogs decoded =
231
DroppedFromQueue{} -> pure DropLog
232
LoadingState -> logIt (Other "Loading state...") ()
233
LoadedState{} -> logIt (Other "Loaded.") ()
234
+ LoadedChainState{} -> logIt (Other "LoadedChainState ...") ()
235
ReplayingState -> logIt (Other "Replaying state...") ()
236
details@Misconfiguration{} -> logIt (Other "MISCONFIG!") details
237
_ -> pure DropLog
0 commit comments