Skip to content

Commit a5bf564

Browse files
committed
Update logging to include event type
1 parent fd46a99 commit a5bf564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mongoose/core/watchdogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def on_any_event(self, event: FileSystemEvent):
4545
deleted: List[Path] = []
4646

4747
src_file = Path(event.src_path)
48-
logging.info(f"{src_file} changed")
48+
logging.info(f"{src_file} {event.event_type}")
4949

5050
if event.is_directory:
5151
return

0 commit comments

Comments
 (0)