Closed cretz closed 8 months ago
Today we set activity_info and workflow_info on extra as entire info data classes which doesn't work well with loggers. We should stop doing this by default, and start setting temporal_activity and temporal_workflow as the logger details dict
activity_info
workflow_info
extra
temporal_activity
temporal_workflow
Describe the solution you'd like
Today we set
activity_info
andworkflow_info
onextra
as entire info data classes which doesn't work well with loggers. We should stop doing this by default, and start settingtemporal_activity
andtemporal_workflow
as the logger details dict