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
Currently we buffer all log messages and call save at the end. Instead, we should call save(path)before logging, and have the log messages stream to the file.
Advantages:
Lower memory use
If you program crashes, you still have the rerun log
The text was updated successfully, but these errors were encountered:
Currently we buffer all log messages and call save at the end. Instead, we should call
save(path)
before logging, and have the log messages stream to the file.Advantages:
The text was updated successfully, but these errors were encountered: