Skip to content

Commit

Permalink
Changed default ThreadLogHandler level back to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 23, 2020
1 parent 6d76c58 commit 6ae5f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labthings/core/tasks/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def terminate(self):


class ThreadLogHandler(logging.Handler):
def __init__(self, thread=None, dest=None, level=logging.WARNING):
def __init__(self, thread=None, dest=None, level=logging.INFO):
"""Set up a log handler that appends messages to a list.
This log handler will first filter by ``thread``, if one is
Expand Down

0 comments on commit 6ae5f93

Please sign in to comment.