deps: use pretty_env_logger as env_logger dep
This commit is contained in:
parent
1d156aa8d3
commit
c0497c990d
4 changed files with 3 additions and 141 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue