#Turn on std.log.debug in tests
1 messages · Page 1 of 1 (latest)
I think the only log that will show up is std.log.err or equivalent
You can override std.testing.log_level to show others
Default is .warn so it only shows that or below
err < warn < info < debug
std.testing.log_level = .debug in a test