Skip to content

Commit d433092

Browse files
committed
Changed fast action message to debug
1 parent c73d0a4 commit d433092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labthings/server/view/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def dispatch_request(self, *args, **kwargs):
100100
# Wait up to 2 second for the action to complete or error
101101
try:
102102
task.get(block=True, timeout=1)
103-
logging.info("Got Action response quickly")
103+
logging.debug("Got Action response quickly")
104104
except Timeout:
105105
pass
106106

0 commit comments

Comments
 (0)