deps: use pretty_env_logger as env_logger dep

This commit is contained in:
En-En 2025-08-27 14:31:19 +00:00 committed by Supreeeme
parent 1d156aa8d3
commit c0497c990d
4 changed files with 3 additions and 141 deletions

View file

@ -345,7 +345,7 @@ impl Default for SetupOptions<()> {
impl EarlyTestFixture {
fn new_early_with_options<F: PreConnectFn>(options: SetupOptions<F>) -> Self {
INIT.call_once(|| {
env_logger::builder()
pretty_env_logger::env_logger::builder()
.is_test(true)
.filter_level(log::LevelFilter::Trace)
.init()