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
Bug description RotatingFileHandler logging handler opens and closes the log file for every message: line #61.
Proposal
Open the file once in the constructor.
Close the file only when rotation happens.
The text was updated successfully, but these errors were encountered:
PolarGoose
changed the title
[logging] The RotatingFileHandler opens and closes file for each message
[logging.RotatingFileHandler] The RotatingFileHandler opens and closes file for each message
Jul 3, 2024
Bug description
RotatingFileHandler logging handler opens and closes the log file for every message: line #61.
Proposal
The text was updated successfully, but these errors were encountered: