fudge
fudge copied to clipboard
Improve logging
Currently, the logging is non existing internally. It would be desirable to
- have tracing logs in the lib to allow follow the code execution path
- have pre-fixes to execution of block-imports, state-fetching, block-production -> So that the substrate logs are prependedn with a prefix like
NAME_OF_CURRENT_CHAIN - ACTION_WE_ARE_DOING
. Otherwise, the logs of multiple nodes on one terminal are not helpfull