mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 06:57:53 +01:00
Previously, LDK offered two ways to limit log outputs: filtering during runtime client-side by matching on any given `Record`'s `Level` value, as well as at compile time through the `max_level_*` feature flags. It turns out the latter approach was always broken when used outside of the `lightning` crate. Here, we therefore simply drop the feature-based filtering. |
||
---|---|---|
.. | ||
check-compiles.sh | ||
check-each-commit.sh | ||
check-lint.sh | ||
ci-tests.sh | ||
rustfmt.sh |