Skip to content

Commit

Permalink
set loglevel to info for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rwb27 committed Apr 23, 2020
1 parent 29538fc commit b570f16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_core_tasks_thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def test_task_log_list():
import logging
import os

logging.getLogger().setLevel("INFO")

def task_func():
logging.warning("Task warning")
for i in range(10):
Expand Down

0 comments on commit b570f16

Please sign in to comment.