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 a610066 commit b4744f5Copy full SHA for b4744f5
sentry_sdk/integrations/logging.py
@@ -23,7 +23,7 @@
23
from typing import Optional
24
25
DEFAULT_LEVEL = logging.INFO
26
-DEFAULT_EVENT_LEVEL = logging.ERROR
+DEFAULT_EVENT_LEVEL = None # None means no events are captured
27
LOGGING_TO_EVENT_LEVEL = {
28
logging.NOTSET: "notset",
29
logging.DEBUG: "debug",
0 commit comments