Skip to content

Commit

Permalink
Demote MsgAccountDelegationAndRewards to Debug-level
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Apr 15, 2021
1 parent 4a8b738 commit 8712aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shelley/src/Cardano/Wallet/Shelley/Network.hs
Expand Up @@ -1235,7 +1235,7 @@ instance HasSeverityAnnotation NetworkLayerLog where
MsgProtocolParameters{} -> Info
MsgLocalStateQueryError{} -> Error
MsgLocalStateQueryEraMismatch{} -> Debug
MsgAccountDelegationAndRewards{} -> Info
MsgAccountDelegationAndRewards{} -> Debug
MsgDestroyCursor{} -> Notice
MsgWillQueryRewardsForStake{} -> Info
MsgFetchStakePoolsData{} -> Debug
Expand Down

0 comments on commit 8712aa5

Please sign in to comment.