Closed TheCodeWrangler closed 4 months ago
This PR updates the lazy loading behavior for activity _logger_details so that activity details will be included in logging outputs even if not preloaded by adding to message.
_logger_details
Solution identified/proposed by @cretz in this Issue: https://github.com/temporalio/sdk-python/issues/592
Desire to allow activity logs to include extra information without adding them to the message string.
Closes 592
How was this tested: Manually running logs
Any docs updates needed? No
All committers have signed the CLA.
What was changed
This PR updates the lazy loading behavior for activity
_logger_details
so that activity details will be included in logging outputs even if not preloaded by adding to message.Solution identified/proposed by @cretz in this Issue: https://github.com/temporalio/sdk-python/issues/592
Why?
Desire to allow activity logs to include extra information without adding them to the message string.
Checklist
Closes 592
How was this tested: Manually running logs
Any docs updates needed? No