Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit f4f512d

Browse files
Kash Lingatashwoods
authored andcommitted
Add missing closing quote around example
1 parent 2c4ed64 commit f4f512d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/integrations/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ capturing for all messages::
120120
Passing tags and user context is also available through extra::
121121

122122
logger.error('There was an error, with user context and tags'), extra={
123-
'user': {'email': 'test@test.com},
123+
'user': {'email': 'test@test.com'},
124124
'tags': {'database': '1.0'},
125125
})
126126

0 commit comments

Comments
 (0)