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 87deb0e commit 3d8a2ccCopy full SHA for 3d8a2cc
sentry_sdk/integrations/logging.py
@@ -30,7 +30,7 @@
30
logging.DEBUG: "debug",
31
logging.INFO: "info",
32
logging.WARN: "warn",
33
- logging.WARNING: "warn", # WARNING is same a WARN
+ logging.WARNING: "warn", # WARNING is same as WARN
34
logging.ERROR: "error",
35
logging.FATAL: "fatal",
36
logging.CRITICAL: "fatal", # CRITICAL is same as FATAL
0 commit comments