Update logger messages
This commit is contained in:
parent
bf58c73c3f
commit
983bacd87e
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ class LightRAG:
|
||||||
await asyncio.gather(*tasks)
|
await asyncio.gather(*tasks)
|
||||||
|
|
||||||
self._storages_status = StoragesStatus.INITIALIZED
|
self._storages_status = StoragesStatus.INITIALIZED
|
||||||
logger.debug("Initialized Storages")
|
logger.debug("All storage types initialized")
|
||||||
|
|
||||||
async def finalize_storages(self):
|
async def finalize_storages(self):
|
||||||
"""Asynchronously finalize the storages"""
|
"""Asynchronously finalize the storages"""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue