mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
[ty] Reduce log level of 'symbol .. (via star import) not found' log message (#18087)
This commit is contained in:
parent
d17557f0ae
commit
e7f97a3e4b
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ impl VisibilityConstraints {
|
|||
if all_names.contains(symbol_name) {
|
||||
Some(RequiresExplicitReExport::No)
|
||||
} else {
|
||||
tracing::debug!(
|
||||
tracing::trace!(
|
||||
"Symbol `{}` (via star import) not found in `__all__` of `{}`",
|
||||
symbol_name,
|
||||
referenced_file.path(db)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue