Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logging.conf: avoid empty file creation
Keeps the larger size from previous commit, but sets `delay=True` in `RotatingFileHandler` https://docs.python.org/3/library/logging.handlers.html#logging.handlers.RotatingFileHandler Arguments are: `RotatingFileHandler(filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=False, errors=None)`
- Loading branch information