Skip to content

Commit b09ee2d

Browse files
committed
logging
1 parent 9c7015f commit b09ee2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cadence/activity_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def activity_task_loop(worker: Worker):
3838
return
3939
except Exception as ex:
4040
if f'{ex}' == "timeout":
41-
logger.info(f"LongPoll timeout -- no tasks available to execute -- exception message: {ex}")
41+
logger.warning(f"LongPoll timeout -- no tasks available to execute -- exception message: {ex}")
4242
logger.error("PollForActivityTask error: %s", ex)
4343
try:
4444
service.close()

0 commit comments

Comments
 (0)