Skip to content

Commit 983bacd

Browse files
committed
Update logger messages
1 parent bf58c73 commit 983bacd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightrag/lightrag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ async def initialize_storages(self):
548548
await asyncio.gather(*tasks)
549549

550550
self._storages_status = StoragesStatus.INITIALIZED
551-
logger.debug("Initialized Storages")
551+
logger.debug("All storage types initialized")
552552

553553
async def finalize_storages(self):
554554
"""Asynchronously finalize the storages"""

0 commit comments

Comments
 (0)