WatchedFileHandler checks if the file changed or is unavailable for writing before logging, and if so, reopens it. This is helpful when the log file gets closed due to intermittent problems with the file system.
How I tested?
Running the local example, checking if logs are still written to the file.
WatchedFileHandler checks if the file changed or is unavailable for writing before logging, and if so, reopens it. This is helpful when the log file gets closed due to intermittent problems with the file system.
How I tested?
Running the local example, checking if logs are still written to the file.
Closes #86.