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 4e8ec15 commit 17d4fb8Copy full SHA for 17d4fb8
tests/integrations/aws_lambda/utils.py
@@ -239,7 +239,7 @@ class SentryServerForTesting:
239
A simple Sentry.io style server that accepts envelopes and stores them in a list.
240
"""
241
242
- def __init__(self, host="0.0.0.0", port=9999, log_level="warning"):
+ def __init__(self, host="0.0.0.0", port=9999, log_level="debug"):
243
self.envelopes = []
244
self.host = host
245
self.port = port
0 commit comments