]> git.bitcoin.ninja Git - rust-lightning/commit
Remove log level filtering in tests
authorMatt Corallo <git@bluematt.me>
Mon, 19 Aug 2024 21:07:46 +0000 (21:07 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 30 Aug 2024 17:37:59 +0000 (17:37 +0000)
commitcdcab1ce1bb164f21222b7e038aa52c08025af30
treef191893f63481fb0a45147b5affe9653ca837b7f
parent7e513f97dd17fa673d1658ee1484f4e2dd0636c4
Remove log level filtering in tests

There's no reason why we should be filtering our logs during tests.
It seems mostly like the `TestLogger` was written more as a sample
logger than a test logger, but these days we have samples, so we
should just drop the filtering and show everything.
lightning-rapid-gossip-sync/src/processing.rs
lightning/src/util/logger.rs
lightning/src/util/test_utils.rs