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

Closed
CHr15F0x opened this issue Sep 19, 2024 · 1 comment
Closed

Cleanup test logging #2250

CHr15F0x opened this issue Sep 19, 2024 · 1 comment

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();
@vbar
Copy link
Contributor

vbar commented Dec 4, 2024

Duplicate of #2398.

@vbar vbar closed this as completed Dec 4, 2024
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

2 participants