Suppress zero sized log file creation
parent
579dfab302
commit
7db07f3768
|
@ -21,7 +21,8 @@ propagate=0
|
|||
class=handlers.RotatingFileHandler
|
||||
formatter=simpleFormatter
|
||||
# Filename, file mode, maximum file size in bytes,number of backups to keep
|
||||
args=('isce.log','a',1048576,5)
|
||||
# encoding, delay
|
||||
args=('isce.log','a',1048576,5,None,True)
|
||||
|
||||
[handler_consoleHandler]
|
||||
class=StreamHandler
|
||||
|
|
Loading…
Reference in New Issue