gorakhargosh / watchdog

Python library and shell utilities to monitor filesystem events.

Home Page:http://packages.python.org/watchdog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on_modifed not called with `logging.FileHander`

cibere opened this issue · comments

commented

So I use logging.FileHandler to send logs to a file, and I want to use watchdog to make it look like I'm looking at the console, though I've found that on_modifed isn't called. But when I open up the file (in notepad, vsc, notepad++, etc) the event is finally called. Is there a reason this happens?