Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cln-plugin: Change default log level filter back to INFO
In commit 60e1532 (released in crate 0.1.8), which switched the logging framework to tracing-subscriber, the default log level filter was (accidentally) set to ERROR and above, instead of INFO and above. Change this back to INFO as it was before. It can still be overridden with CLN_PLUGIN_LOG. Follows the example in https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#method.from_env Closes ElementsProject#7658. Changelog-Fixed: cln-plugin: Change default log level filter back to INFO
- Loading branch information