watchdog
watchdog copied to clipboard
on_modifed not called with `logging.FileHander`
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?