Skip to content

Commit

Permalink
Changed fast action message to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed Jun 15, 2020
1 parent c73d0a4 commit d433092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labthings/server/view/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def dispatch_request(self, *args, **kwargs):
# Wait up to 2 second for the action to complete or error
try:
task.get(block=True, timeout=1)
logging.info("Got Action response quickly")
logging.debug("Got Action response quickly")
except Timeout:
pass

Expand Down

0 comments on commit d433092

Please sign in to comment.