pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
246 stars 70 forks source link

[logging.RotatingFileHandler] The RotatingFileHandler opens and closes file for each message #86

Open PolarGoose opened 2 months ago

PolarGoose commented 2 months ago

Bug description RotatingFileHandler logging handler opens and closes the log file for every message: line #61.

Proposal