Enable - means I’d like to see log in console output
Keywords here are
tests
release
I asked this question in different forums, also read similar items in this forum.
It did not help, I don’t see any log.
Looks I don’t understand something
Looks like the test runner doesn’t set the std.options.log_level, which only it can do when testing, as the test runner is the root module.
It does its own test filtering based on std.testing.log_level but that happens after the log passed the std.options.log_level.
I would say it’s a bug, make an issue for it, even a pr. It would be an easy fix, just set the std.options.log_level to .debug and rely on its custom log fn to do the filtering, which it already does.
Until it’s fixed, and the next version is release, you can use a custom test runner, just copy the current one and apply the above fix.