temporalio / samples-python

Samples for working with the Temporal Python SDK
MIT License
120 stars 54 forks source link

Sample request: Activity log filtering #103

Open cretz opened 7 months ago

cretz commented 7 months ago

Describe the solution you'd like

Show how to attach a filter to activity.logger and have it filter out the error warnings that usually appear for failed activities if, say, the exception is of a certain type.