Clarified setting key. This fixes #865

This commit is contained in:
Armin Ronacher 2015-11-13 17:38:43 +01:00
parent 80b24acc33
commit bbc7e1523c
1 changed files with 3 additions and 0 deletions

View File

@ -249,6 +249,9 @@ Additional Settings
customized using this setting::
SENTRY_CELERY_LOGLEVEL = logging.INFO
Alternatively you can use a similarly named key in ``RAVEN_CONFIG``::
RAVEN_CONFIG = {
'CELERY_LOGLEVEL': logging.INFO
}