@test_logs
should allow restricting min_level
to a file/module as JULIA_DEBUG does
#55616
Labels
testsystem
The unit testing framework and Test stdlib
@test_logs min_level=Debug ...
enables allDebug
logging, but testing usually wants to test@debug
s from specific source.A workaround is using
match_mode=:any
i.e. JuliaLang/Pkg.jl#4007The text was updated successfully, but these errors were encountered: