mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 21:29:13 +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
|
file_data.content.decode(file_data.encoding) if file_data.encoding else file_data.content
|
||||||
)
|
)
|
||||||
else:
|
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(
|
indexer_input = IndexerInput(
|
||||||
org=index_files["org"],
|
org=index_files["org"],
|
||||||
|
|||||||
Reference in New Issue
Block a user