summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/integrations/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integrations/logging.rst b/docs/integrations/logging.rst
index ed7342c..106a17b 100644
--- a/docs/integrations/logging.rst
+++ b/docs/integrations/logging.rst
@@ -120,7 +120,7 @@ capturing for all messages::
Passing tags and user context is also available through extra::
logger.error('There was an error, with user context and tags'), extra={
- 'user': {'email': 'test@test.com},
+ 'user': {'email': 'test@test.com'},
'tags': {'database': '1.0'},
})