temporalio / sdk-python

Temporal Python SDK
MIT License
474 stars 77 forks source link

[Feature Request] Make log "extra" have dict instead of info #489

Closed cretz closed 8 months ago

cretz commented 8 months ago

Describe the solution you'd like

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