We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3211366 commit 934b15cCopy full SHA for 934b15c
src/collections/_documentation/platforms/python/logging.md
@@ -28,7 +28,7 @@ import logging
28
logging.debug("I am ignored")
29
logging.info("I am a breadcrumb")
30
logging.error("I am an event", extra=dict(bar=43))
31
-logging.error("An exception happened", exc_info=True)
+logging.exception("An exception happened")
32
```
33
34
* There will be an error event with the message `"I am an event"`.
0 commit comments