diff --git a/reme/core/file_watcher/base_file_watcher.py b/reme/core/file_watcher/base_file_watcher.py index 98c0325a..7e8c0bd9 100644 --- a/reme/core/file_watcher/base_file_watcher.py +++ b/reme/core/file_watcher/base_file_watcher.py @@ -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")