CC-4032: pyponotify.py fails because not all files in /var/log/airtime/pypo are read/writable by pypo

-fixed
This commit is contained in:
Martin Konecny 2012-06-28 17:09:41 -04:00
parent dd098d47fa
commit 13fb3a02c5
3 changed files with 31 additions and 15 deletions

View file

@ -1,8 +1,8 @@
[loggers]
keys=root,fetch,push,recorder,message_h,notify
keys=root,fetch,push,recorder,message_h
[handlers]
keys=pypo,recorder,message_h,notify
keys=pypo,recorder,message_h
[formatters]
keys=simpleFormatter
@ -35,18 +35,6 @@ handlers=message_h
qualname=message_h
propagate=0
[logger_notify]
level=DEBUG
handlers=notify
qualname=notify
propagate=0
[handler_notify]
class=logging.handlers.RotatingFileHandler
level=DEBUG
formatter=simpleFormatter
args=("/var/log/airtime/pypo/notify.log", 'a', 1000000, 5,)
[handler_pypo]
class=logging.handlers.RotatingFileHandler
level=DEBUG