Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup test logging #2250

Open
CHr15F0x opened this issue Sep 19, 2024 · 0 comments
Open

Cleanup test logging #2250

CHr15F0x opened this issue Sep 19, 2024 · 0 comments

Comments

@CHr15F0x
Copy link
Member

TL;DR
We should be fine with test_log only.


We're currently using:
test_log
and/or

let _ = env_logger::builder().is_test(true).try_init();

( ⬆️ which is redundant with test_log)
or

    let _ = tracing_subscriber::fmt()
        .with_env_filter(EnvFilter::from_default_env())
        .try_init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant