Change log level from info to debug for document storage message
This commit is contained in:
parent
5fc2400a70
commit
1c4d6fde58
1 changed files with 1 additions and 1 deletions
|
|
@ -1104,7 +1104,7 @@ class LightRAG:
|
||||||
|
|
||||||
# Store document status (without content)
|
# Store document status (without content)
|
||||||
await self.doc_status.upsert(new_docs)
|
await self.doc_status.upsert(new_docs)
|
||||||
logger.info(f"Stored {len(new_docs)} new unique documents")
|
logger.debug(f"Stored {len(new_docs)} new unique documents")
|
||||||
|
|
||||||
return track_id
|
return track_id
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue