Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cln-plugin: Switch from
env_logger
to tracing-subscriber
This switches the logging implementation from using the `log`-facade to using the `tracing-subscriber` instead. This allows us to also tap into the tracing instrumentation if desired, which was not possible with `log`. Changelog-Changed cln-plugin: The logging adapter now uses tracing-subscriber allowing the `tracing` ecosystem to be used. No format changes.
- Loading branch information