-
Notifications
You must be signed in to change notification settings - Fork 33
Labels
Milestone
Description
Currently debug level logging for net_plugin_impl is a huge amount of logging. Seems it would be beneficial to break up the P2P logging into:
- p2p_trx - transaction received/sent logging
- p2p_block - block/block_header received/sent logging
- p2p_msg - all p2p messages received/sent (except block/trx)
- p2p_conn - connections related logging, e.g. connect/disconnect
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done