Skip to content

Commit

Permalink
Merge branch 'master' into task-logging-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rwb27 committed Apr 23, 2020
2 parents 24df9b5 + 6ae5f93 commit 29538fc
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 28 deletions.
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
58 changes: 32 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ marshmallow = "^3.4.0"
webargs = "^6.0.0"
apispec = "^3.2.0"
flask-cors = "^3.0.8"
gevent = "^1.4.0"
gevent = ">=1.4,<21.0"
gevent-websocket = "^0.10.1"
zeroconf = ">=0.24.5,<0.26.0"

Expand Down

0 comments on commit 29538fc

Please sign in to comment.