Commit Graph

4 Commits (LT1AB)

Author SHA1 Message Date
Scott Staniewicz 6fdfd1365e
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)`
2021-05-26 16:37:50 -05:00
falkamelung 88def96714 logging.conf: larger file size 2020-06-23 11:26:36 -07:00
piyushrpt 7db07f3768 Suppress zero sized log file creation 2020-05-31 15:21:39 -07:00
Eric Gurrola 9f9a2b0805 Adding all files 2019-01-16 11:40:08 -08:00