Prefix debug messages per node with peerID #378
Labels
help wanted
Seeking public contribution on this issue
kind/discussion
Topical discussion; usually not changes to codebase
need/analysis
Needs further analysis before proceeding
Type: feature
Severity: low
Description: Prefix debug messages per node with peerID
Let's take this log as an example:
This includes debug messages from 3 nodes running in the same process. It's very hard to attribute which logs message is from which node.
I know that it might possibly be very hard to implement (since this requires updatin
debug('module')
statements across all libp2p modules) but this could be very useful. Additionally the code changes required could also be automated.Is this feature something the libp2p team considers a valuable addition?
The text was updated successfully, but these errors were encountered: