Skip to content

Commit 17d4fb8

Browse files
committed
.
1 parent 4e8ec15 commit 17d4fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/aws_lambda/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class SentryServerForTesting:
239239
A simple Sentry.io style server that accepts envelopes and stores them in a list.
240240
"""
241241

242-
def __init__(self, host="0.0.0.0", port=9999, log_level="warning"):
242+
def __init__(self, host="0.0.0.0", port=9999, log_level="debug"):
243243
self.envelopes = []
244244
self.host = host
245245
self.port = port

0 commit comments

Comments
 (0)