mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 06:11:43 +00:00
![]() ## Summary This PR extends the mdtest configuration with a `log` setting that can be any of: * `true`: Enables tracing * `false`: Disables tracing (default) * String: An ENV_FILTER similar to `RED_KNOT_LOG` ```toml log = true ``` Closes https://github.com/astral-sh/ruff/issues/13865 ## Test Plan I changed a test and tried `log=true`, `log=false`, and `log=INFO` |
||
---|---|---|
.. | ||
files | ||
system | ||
vendored | ||
diagnostic.rs | ||
display.rs | ||
file_revision.rs | ||
files.rs | ||
lib.rs | ||
parsed.rs | ||
source.rs | ||
system.rs | ||
testing.rs | ||
vendored.rs |