We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755bf41 commit 1240236Copy full SHA for 1240236
durabletask/worker.py
@@ -1295,7 +1295,7 @@ def execute(
1295
completion_status_str = ph.get_orchestration_status_str(
1296
ctx._completion_status
1297
)
1298
- self._logger.debug(
+ self._logger.info(
1299
f"{instance_id}: Orchestration {orchestration_name} completed with status: {completion_status_str}"
1300
1301
0 commit comments