core-lightning/plugins/src
laanwj 9e8dd15a99 cln-plugin: Change default log level filter back to INFO
In commit 60e1532dd8 (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 #7658.

Changelog-Fixed: cln-plugin: Change default log level filter back to INFO
2024-09-17 12:00:27 +09:30
..
codec.rs rs: Run hooks, methods and notification handlers in tokio tasks 2023-04-13 18:13:28 -07:00
lib.rs cln-plugin: add multi options for String and i64 2024-08-13 12:24:45 +09:30
logging.rs cln-plugin: Change default log level filter back to INFO 2024-09-17 12:00:27 +09:30
messages.rs cln_rpc: Refactor ConfigOption and Value 2024-02-08 15:37:44 +01:00
options.rs cln-plugin: add multi options for String and i64 2024-08-13 12:24:45 +09:30