summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDomantas <domantas.jackunas@gmail.com>2012-07-16 19:00:29 +0300
committerDomantas <domantas.jackunas@gmail.com>2012-07-16 19:00:29 +0300
commita514fd55b837dd5b3cebf587c164b6ef54ca5fc8 (patch)
tree9f1b0130b4ff705b9c9a92d897bd58ce07cb721c
parenta8566621bd8e71330d2d94ca400421e6464b6695 (diff)
downloadraven-a514fd55b837dd5b3cebf587c164b6ef54ca5fc8.tar.gz
Removed my used sentry link.
-rw-r--r--docs/config/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/logging.rst b/docs/config/logging.rst
index 14c03a9..4de21ba 100644
--- a/docs/config/logging.rst
+++ b/docs/config/logging.rst
@@ -45,7 +45,7 @@ Another option is to use :mod:`logging.config.dictConfig`::
'sentry': {
'level': 'ERROR',
'class': 'raven.handlers.logging.SentryHandler',
- 'dsn': 'http://public:secret@sentry.aurumsocial.com:9000/9',
+ 'dsn': 'http://public:secret@example.com/1',
},
},