We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc79e8 commit ee3c052Copy full SHA for ee3c052
labthings/core/tasks/thread.py
@@ -130,7 +130,7 @@ def terminate(self):
130
131
132
class ThreadLogHandler(logging.Handler):
133
- def __init__(self, thread=None, dest=None, level=logging.WARNING):
+ def __init__(self, thread=None, dest=None, level=logging.INFO):
134
"""Set up a log handler that appends messages to a list.
135
136
This log handler will first filter by ``thread``, if one is
0 commit comments