syn
syn copied to clipboard
Use new logger
Some data from current messages is moved to metadata, which mean that without user action, these will not be shown in default output.
All messages are now bout stuff that happened in the past, not about stuff that is about to happen (that was about scope messages).
For now I have translated messages' levels 1:1, but some probably could have their levels altered to debug and notice levels.
Everything is done via structured logging.
Close #80
I have some issues with running test suite locally on macOS. Most tests are ignored due to fact that it cannot connect to test node. I have no idea how to resolve that.