Set Zuul gear server logs to debug

For real this time.

Change-Id: I86cca02cbe8282b95853dc9a140c1e0acb6e22c7
This commit is contained in:
James E. Blair 2014-02-26 09:45:10 -08:00
parent 643032bfd7
commit ec21ba78f6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ formatter=simple
args=(sys.stdout,)
[handler_normal]
level=INFO
level=DEBUG
class=logging.handlers.TimedRotatingFileHandler
formatter=simple
args=('/var/log/zuul/gearman-server.log', 'midnight', 1, 3,)