diff options
| author | Przemek Kaminski <cgenie@gmail.com> | 2015-12-04 21:40:51 +0100 |
|---|---|---|
| committer | Przemek Kaminski <cgenie@gmail.com> | 2015-12-04 21:44:47 +0100 |
| commit | 546aa3afc76919360b161f2650c0e015f59d1e7d (patch) | |
| tree | 44a774e431d94725e66cd7433abcd6ac2d525278 /docs/integrations | |
| parent | 2fc64e8056f8117c93633b26dfa76945523040e6 (diff) | |
| download | raven-546aa3afc76919360b161f2650c0e015f59d1e7d.tar.gz | |
Django handler: add support for tags in logging setup
Diffstat (limited to 'docs/integrations')
| -rw-r--r-- | docs/integrations/django.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/integrations/django.rst b/docs/integrations/django.rst index 995eb92..3f39c39 100644 --- a/docs/integrations/django.rst +++ b/docs/integrations/django.rst @@ -98,6 +98,7 @@ following config can be used:: 'sentry': { 'level': 'ERROR', 'class': 'raven.contrib.django.raven_compat.handlers.SentryHandler' + 'tags': {'custom-tag': 'x'}, }, 'console': { 'level': 'DEBUG', |
