You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thaton_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?The text was updated successfully, but these errors were encountered: