Function aws_smithy_runtime::test_util::capture_test_logs::show_test_logs
source ยท 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.