mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
feat(filewatcher): add logging for files added to memory store during scan on start
This commit is contained in:
parent
e9757bccf6
commit
f970d5e778
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ class BaseFileWatcher:
|
|||
if existing_files:
|
||||
logger.info(f"[SCAN_ON_START] Found {len(existing_files)} existing files matching watch criteria")
|
||||
await self.on_changes(existing_files)
|
||||
logger.info(f"[SCAN_ON_START] Added {len(existing_files)} files to memory store")
|
||||
else:
|
||||
logger.info("[SCAN_ON_START] No existing files found matching watch criteria")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue