[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)