From 2d78f58d4228dfc869ac1f77c57e96eb40f87a58 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Fri, 8 Jun 2012 11:43:55 -0400 Subject: [PATCH] CC-3947: Pypo log history is too brief -increased history by 10x --- python_apps/pypo/logging.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/pypo/logging.cfg b/python_apps/pypo/logging.cfg index c74ad0b68..f0a4b4bee 100644 --- a/python_apps/pypo/logging.cfg +++ b/python_apps/pypo/logging.cfg @@ -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