Files
2022-06-24 17:21:05 +02:00
..
2022-06-24 17:21:05 +02:00
2022-06-24 17:21:05 +02:00
2020-11-29 22:00:44 +01:00
2022-06-24 17:21:05 +02:00
2020-11-29 22:00:44 +01:00
2020-11-22 14:30:04 +01:00

local log tests

delog has functionality to turn off logs on a library level at compile time.

While we hope to find a way to test this systematically, for now you can do:

cargo run
cargo run --features lib-a/log-all,lib-b/log-all
cargo run --features lib-a/log-all
cargo run --features lib-b/log-all
cargo run --features lib-a/log-trace,lib-b/log-error