My rough idea (can be changed if anyone feels like they have a better one) is to change the snowblossom code to use snowblossom.x any time a logger is instantiated. x being: snowblossom.blockchain - new blocks, reorgs, pow stuff snowblossom.peering - anything related to peer connections snowblossom.userservice - anything related to user service apis snowblossom.mempool - mempool And then have some reasonable sample logging configs. Logging config is standard java.util.logging attributes. This page has some examples: http://www.javapractices.com/topic/TopicAction.do?Id=143 I've put in a super basic config as https://github.com/snowblossomcoin/snowblossom/blob/master/log-settings.conf Everything not in snowblossom.x we don't care so much about and should be optionally logged somewhere (mostly grpc and network nonsense).
[snowblossomcoin/snowblossom] Issue closed by fireduck64
[snowblossomcoin/snowblossom] Issue closed by cluelessperson
Example: Client automatically use: `~/.snowblossom/config/client.conf` By default?