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
I'm observing a log file on Windows 7 machine. And randomly the observer will die with no error raised. This would happen within a couple of days of watching the file.
I've used the normal Observer() and PollingObserver() with no difference. I'm subclassing the PatternMatchingEventHandler and watching a single file.
Is there a way to find out what cause the observer to die? And is there a way to restart it once it dies?
The text was updated successfully, but these errors were encountered:
I'm observing a log file on Windows 7 machine. And randomly the observer will die with no error raised. This would happen within a couple of days of watching the file.
I've used the normal Observer() and PollingObserver() with no difference. I'm subclassing the PatternMatchingEventHandler and watching a single file.
Is there a way to find out what cause the observer to die? And is there a way to restart it once it dies?
The text was updated successfully, but these errors were encountered: