Skip to content

Commit a839196

Browse files
Updated lazy loaded logger_details (temporalio#593)
1 parent c4b1a01 commit a839196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def process(
459459
if self.activity_info_on_extra:
460460
# Extra can be absent or None, this handles both
461461
extra = kwargs.get("extra", None) or {}
462-
extra["temporal_activity"] = context._logger_details
462+
extra["temporal_activity"] = context.logger_details
463463
kwargs["extra"] = extra
464464
if self.full_activity_info_on_extra:
465465
# Extra can be absent or None, this handles both

0 commit comments

Comments
 (0)