logging.conf: larger file size

LT1AB
falkamelung 2020-06-21 06:56:49 -05:00 committed by piyushrpt
parent edea69d4b6
commit 88def96714
1 changed files with 1 additions and 2 deletions

3
defaults/logging/logging.conf Normal file → Executable file
View File

@ -21,8 +21,7 @@ propagate=0
class=handlers.RotatingFileHandler class=handlers.RotatingFileHandler
formatter=simpleFormatter formatter=simpleFormatter
# Filename, file mode, maximum file size in bytes,number of backups to keep # Filename, file mode, maximum file size in bytes,number of backups to keep
# encoding, delay args=('isce.log','a',1000048576,5)
args=('isce.log','a',1048576,5,None,True)
[handler_consoleHandler] [handler_consoleHandler]
class=StreamHandler class=StreamHandler