Changeset - 75f4d8e84b81
[Not reviewed]
default
0 5 0
Mads Kiilerich - 11 years ago 2015-03-25 20:38:09
madski@unity3d.com
Make celeryd.log.level default values uppercase - lowercase might not be recognized and cause failure
5 files changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -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.
kallithea/bin/template.ini.mako
Show inline comments
 
@@ -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.</%text>
kallithea/config/deployment.ini_tmpl
Show inline comments
 
@@ -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.
production.ini
Show inline comments
 
@@ -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.
test.ini
Show inline comments
 
@@ -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.
0 comments (0 inline, 0 general)