Blame logging.conf

f71cf1d
[loggers]
440e366
keys=root,zuul
f71cf1d
f71cf1d
[handlers]
440e366
keys=console,normal
f71cf1d
f71cf1d
[formatters]
f71cf1d
keys=simple
f71cf1d
f71cf1d
[logger_root]
440e366
level=INFO
f71cf1d
handlers=console
f71cf1d
f71cf1d
[logger_zuul]
440e366
level=INFO
440e366
handlers=normal
f71cf1d
qualname=zuul
f71cf1d
propagate=0
f71cf1d
f71cf1d
[handler_console]
440e366
level=INFO
f71cf1d
class=StreamHandler
f71cf1d
formatter=simple
f71cf1d
args=(sys.stdout,)
f71cf1d
f71cf1d
[handler_normal]
440e366
level=INFO
f71cf1d
class=logging.handlers.TimedRotatingFileHandler
f71cf1d
formatter=simple
f71cf1d
args=('/var/log/zuul/zuul.log', 'midnight', 1, 30,)
f71cf1d
f71cf1d
[formatter_simple]
f71cf1d
format=%(asctime)s %(levelname)s %(name)s: %(message)s
f71cf1d
datefmt=