Closed Chronoes closed 1 year ago
As the log file is currently allowed to grow infinitely, it will eventually cause storage space issues and there is no use for such a large log file anyway.
Implement rotating log files using https://docs.python.org/3/library/logging.handlers.html#rotatingfilehandler
As the log file is currently allowed to grow infinitely, it will eventually cause storage space issues and there is no use for such a large log file anyway.
Implement rotating log files using https://docs.python.org/3/library/logging.handlers.html#rotatingfilehandler