There was an error while loading. Please reload this page.
1 parent fd46a99 commit a5bf564Copy full SHA for a5bf564
1 file changed
mongoose/core/watchdogs.py
@@ -45,7 +45,7 @@ def on_any_event(self, event: FileSystemEvent):
45
deleted: List[Path] = []
46
47
src_file = Path(event.src_path)
48
- logging.info(f"{src_file} changed")
+ logging.info(f"{src_file} {event.event_type}")
49
50
if event.is_directory:
51
return
0 commit comments