Update logger messages

This commit is contained in:
yangdx 2025-07-24 16:49:28 +08:00
parent bf58c73c3f
commit 983bacd87e

View file

@ -548,7 +548,7 @@ class LightRAG:
await asyncio.gather(*tasks)
self._storages_status = StoragesStatus.INITIALIZED
logger.debug("Initialized Storages")
logger.debug("All storage types initialized")
async def finalize_storages(self):
"""Asynchronously finalize the storages"""