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
This may be beyond the scope of this library, but it appears that if you use the FileHandler, if the flash drive is full, the code will crash with an OSError: [Errno 28] No space left on device. I am considering the case where you have a bunch of messages being logged and you fill up the flash space completely. Should this error be handled by the logger?
The text was updated successfully, but these errors were encountered:
This may be beyond the scope of this library, but it appears that if you use the
FileHandler
, if the flash drive is full, the code will crash with anOSError: [Errno 28] No space left on device
. I am considering the case where you have a bunch of messages being logged and you fill up the flash space completely. Should this error be handled by the logger?The text was updated successfully, but these errors were encountered: