mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-19 01:50:38 +00:00
[red-knot] Improve various tracing logs (#13015)
This commit is contained in:
parent
0bd258a370
commit
37a60460ed
9 changed files with 62 additions and 35 deletions
|
@ -24,7 +24,7 @@ impl Program {
|
|||
search_paths,
|
||||
} = settings;
|
||||
|
||||
tracing::info!("Target version: {target_version}");
|
||||
tracing::info!("Target version: Python {target_version}");
|
||||
|
||||
let search_paths = SearchPaths::from_settings(db, search_paths)
|
||||
.with_context(|| "Invalid search path settings")?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue