CC-3947: Pypo log history is too brief

-increased history by 10x
This commit is contained in:
Martin Konecny 2012-06-08 11:43:55 -04:00
parent 76c598c05b
commit 2d78f58d42
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ args=("/var/log/airtime/pypo/notify.log", 'a', 1000000, 5,)
class=logging.handlers.RotatingFileHandler
level=DEBUG
formatter=simpleFormatter
args=("/var/log/airtime/pypo/pypo.log", 'a', 1000000, 5,)
args=("/var/log/airtime/pypo/pypo.log", 'a', 5000000, 10,)
[handler_recorder]
class=logging.handlers.RotatingFileHandler