We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f7978 commit 65c60c2Copy full SHA for 65c60c2
1 file changed
tests/hello/hello_change_log_level_test.py
@@ -13,7 +13,7 @@ async def test_workflow_with_log_capture(client: Client):
13
14
log_stream = io.StringIO()
15
handler = logging.StreamHandler(log_stream)
16
- handler.setLevel(logging.DEBUG)
+ handler.setLevel(logging.ERROR)
17
18
logger = logging.getLogger()
19
logger.addHandler(handler)
0 commit comments