summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2015-11-13 17:38:43 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2015-11-13 17:38:43 +0100
commitbbc7e1523c3723c5fe479494e03abb0e0400ecf1 (patch)
tree47523b8bbc454bb3517e510e9f6d0c0e9701b7e6
parent80b24acc33a7246658ad6142e0bb31f4f8334d6e (diff)
downloadraven-bbc7e1523c3723c5fe479494e03abb0e0400ecf1.tar.gz
Clarified setting key. This fixes #865
-rw-r--r--docs/integrations/django.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/integrations/django.rst b/docs/integrations/django.rst
index f1568fb..995eb92 100644
--- a/docs/integrations/django.rst
+++ b/docs/integrations/django.rst
@@ -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
}