Skip to content

Commit f7c1084

Browse files
committed
show traces
1 parent ebdeb81 commit f7c1084

File tree

2 files changed

+114
-1
lines changed

2 files changed

+114
-1
lines changed

context-ruby/Cargo.lock

Lines changed: 113 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test_report/src/report.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl MutTestReport {
206206
.with_target(true)
207207
.with_level(true)
208208
.with_writer(std::io::stdout.with_max_level(if debug_mode {
209-
tracing::Level::DEBUG
209+
tracing::Level::TRACE
210210
} else {
211211
tracing::Level::ERROR
212212
}))

0 commit comments

Comments
 (0)