mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Reduce noisy indexing logs
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user