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 44fcd1f commit 7599bd0Copy full SHA for 7599bd0
sentry_sdk/integrations/logging.py
@@ -66,8 +66,8 @@ class LoggingIntegration(Integration):
66
def __init__(
67
self,
68
level=DEFAULT_LEVEL,
69
- sentry_logs_level=DEFAULT_LEVEL,
70
event_level=DEFAULT_EVENT_LEVEL,
+ sentry_logs_level=DEFAULT_LEVEL,
71
):
72
# type: (Optional[int], Optional[int], Optional[int]) -> None
73
self._handler = None
0 commit comments