Skip to content

Conversation

CodiePP
Copy link
Contributor

@CodiePP CodiePP commented Mar 11, 2020

Issue

  • TraceLabelPeer messages were abbreviated at level "NormalVerbosity". Now, they are fully shown in the logs.

  • This PR does not result in breaking changes to upstream dependencies.

Checklist

  • This PR contains all the work required to resolve the linked issue.

  • The work contained has sufficient documentation to describe what it does and how to do it.

  • The work has sufficient tests and/or testing.

  • I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.

  • I have added the appropriate labels to this PR.

Signed-off-by: Alexander Diemand <codieplusplus@apax.net>
@CodiePP CodiePP added bug Something isn't working byron Required for a Byron mainnet: replace the old core nodes with cardano-node. labels Mar 11, 2020
@CodiePP CodiePP added this to the S8 2020-03-12 milestone Mar 11, 2020
@CodiePP CodiePP self-assigned this Mar 11, 2020
@CodiePP CodiePP linked an issue Mar 11, 2020 that may be closed by this pull request
Copy link
Contributor

@ArturWieczorek ArturWieczorek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Messages are expanded now:

[artur-de:cardano.node.BlockFetchDecision:Info:46] [2020-03-11 09:58:30.02 UTC] {"peer":"ConnectionId {localAddress = 192.168.1.100:35011, remoteAddress = 3.125.10.61:3001}","kind":"FetchDecision","decision":{"kind":"FetchDecision declined","declined":"FetchDeclineChainNotPlausible"}}
[artur-de:cardano.node.BlockFetchDecision:Info:46] [2020-03-11 09:58:30.22 UTC] {"peer":"ConnectionId {localAddress = 192.168.1.100:35011, remoteAddress = 3.125.10.61:3001}","kind":"FetchDecision","decision":{"kind":"FetchDecision declined","declined":"FetchDeclineChainNotPlausible"}}
[artur-de:cardano.node.BlockFetchDecision:Info:46] [2020-03-11 09:58:30.22 UTC] {"peer":"ConnectionId {localAddress = 192.168.1.100:35011, remoteAddress = 3.125.10.61:3001}","kind":"FetchDecision","decision":{"length":"2","kind":"FetchDecision results"}}
[artur-de:cardano.node.BlockFetchDecision:Info:46] [2020-03-11 09:58:30.22 UTC] {"peer":"ConnectionId {localAddress = 192.168.1.100:35011, remoteAddress = 3.125.10.61:3001}","kind":"FetchDecision","decision":{"length":"1","kind":"FetchDecision results"}}
[artur-de:cardano.node.BlockFetchDecision:Info:46] [2020-03-11 09:58:30.22 UTC]

@CodiePP
Copy link
Contributor Author

CodiePP commented Mar 11, 2020

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Mar 11, 2020

@iohk-bors iohk-bors bot merged commit 0049a59 into master Mar 11, 2020
@iohk-bors iohk-bors bot deleted the cad-721-TraceLabelPeer-messages branch March 11, 2020 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working byron Required for a Byron mainnet: replace the old core nodes with cardano-node.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CAD-721 TraceLabelPeer messages are cluttering the log output
2 participants