temporalio / temporalio/samples-python
Sample request: Activity log filtering
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 367
- Forks
- 121
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 11
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the sample entry point that uses activity.logger and read how failed-activity warnings are currently emitted. Add a demonstrated filter for a selected exception type, and verify that the sample shows those warnings being excluded while other logging remains understandable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100