[ty] Reduce log level of 'symbol .. (via star import) not found' log message (#18087)

This commit is contained in:
Micha Reiser
2025-05-14 09:20:23 +02:00
committed by GitHub
parent d17557f0ae
commit e7f97a3e4b

View File

@@ -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)