Reduce noisy indexing logs

This commit is contained in:
Debanjum
2025-08-12 12:06:43 -07:00
parent bd82626084
commit 20347e21c2

View File

@@ -570,7 +570,7 @@ async def indexer(
file_data.content.decode(file_data.encoding) if file_data.encoding else file_data.content
)
else:
logger.warning(f"Skipped indexing unsupported file type sent by {client} client: {file_data.name}")
logger.debug(f"Skipped indexing unsupported file type sent by {client} client: {file_data.name}")
indexer_input = IndexerInput(
org=index_files["org"],