node: Add `--log-format json` to the node output
Adds the structured-logger crate as a dependency, that allows us by
setting --log-format json to output the node output as json.
The default logger is being set as --log-format radicle or just by
omitting it.
Adds the structured-logger crate as a dependency, that allows us by
setting --log-format json to output the node output as json.
The default logger is being set as --log-format radicle or just by
omitting it.
Fix clippy warning
Review, and then refactor.
Fix compilation error on non-Linux or non-systemd.
REVIEW
- Reword commit
- Reword error message
- Some code golf
Squash in Fintan’s review. Thanks!
Rebase