Skip to content

Commit b570f16

Browse files
committed
set loglevel to info for test
1 parent 29538fc commit b570f16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_core_tasks_thread.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def test_task_log_list():
8888
import logging
8989
import os
9090

91+
logging.getLogger().setLevel("INFO")
92+
9193
def task_func():
9294
logging.warning("Task warning")
9395
for i in range(10):

0 commit comments

Comments
 (0)