diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -293,7 +293,7 @@ celery.result.serialier = json celeryd.concurrency = 2 #celeryd.log.file = celeryd.log -celeryd.log.level = debug +celeryd.log.level = DEBUG celeryd.max.tasks.per.child = 1 ## tasks will never be sent to the queue, but executed locally instead. diff --git a/kallithea/bin/template.ini.mako b/kallithea/bin/template.ini.mako --- a/kallithea/bin/template.ini.mako +++ b/kallithea/bin/template.ini.mako @@ -290,7 +290,7 @@ celery.result.serialier = json celeryd.concurrency = 2 #celeryd.log.file = celeryd.log -celeryd.log.level = debug +celeryd.log.level = DEBUG celeryd.max.tasks.per.child = 1 <%text>## tasks will never be sent to the queue, but executed locally instead. diff --git a/kallithea/config/deployment.ini_tmpl b/kallithea/config/deployment.ini_tmpl --- a/kallithea/config/deployment.ini_tmpl +++ b/kallithea/config/deployment.ini_tmpl @@ -287,7 +287,7 @@ celery.result.serialier = json celeryd.concurrency = 2 #celeryd.log.file = celeryd.log -celeryd.log.level = debug +celeryd.log.level = DEBUG celeryd.max.tasks.per.child = 1 ## tasks will never be sent to the queue, but executed locally instead. diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -291,7 +291,7 @@ celery.result.serialier = json celeryd.concurrency = 2 #celeryd.log.file = celeryd.log -celeryd.log.level = debug +celeryd.log.level = DEBUG celeryd.max.tasks.per.child = 1 ## tasks will never be sent to the queue, but executed locally instead. diff --git a/test.ini b/test.ini --- a/test.ini +++ b/test.ini @@ -293,7 +293,7 @@ celery.result.serialier = json celeryd.concurrency = 2 #celeryd.log.file = celeryd.log -celeryd.log.level = debug +celeryd.log.level = DEBUG celeryd.max.tasks.per.child = 1 ## tasks will never be sent to the queue, but executed locally instead.