pub fn show_test_logs() -> LogCaptureGuard
Available on crate feature test-util only.
Expand description

Enables output of test logs to stdout at trace level by default.

The env filter can be changed with the RUST_LOG environment variable.