We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b1a01 commit a839196Copy full SHA for a839196
temporalio/activity.py
@@ -459,7 +459,7 @@ def process(
459
if self.activity_info_on_extra:
460
# Extra can be absent or None, this handles both
461
extra = kwargs.get("extra", None) or {}
462
- extra["temporal_activity"] = context._logger_details
+ extra["temporal_activity"] = context.logger_details
463
kwargs["extra"] = extra
464
if self.full_activity_info_on_extra:
465
0 commit comments