Skip to content

Commit a830af4

Browse files
committed
More logs
1 parent fbc6018 commit a830af4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

temporalio/bridge/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temporalio/bridge/worker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ async def complete_activity_task(
247247
self, comp: temporalio.bridge.proto.ActivityTaskCompletion
248248
) -> None:
249249
"""Complete an activity task."""
250+
logger.info("Completing activity task: %s", comp.task_token)
250251
await self._ref.complete_activity_task(comp.SerializeToString())
251252

252253
async def complete_nexus_task(

0 commit comments

Comments
 (0)