watchdog icon indicating copy to clipboard operation
watchdog copied to clipboard

on_modifed not called with `logging.FileHander`

Open cibere opened this issue 1 year ago • 0 comments

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?

cibere avatar Aug 30 '23 17:08 cibere