temporalio / temporalio/features
[Feature Request] SDKs should have built-in contextual logging
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
This is already the behavior in all of our SDKs (except for Core), need to make sure the contextual information is identical.
For workflows:
- namespace: string
- taskQueue: string
- workflowId: string
- runId: string
- workflowType: string
For activities:
- isLocal: boolean
- attempt: int
- namespace: string
- taskToken: base64 string
- workflowId: string
- workflowRunId: string
- workflowType: string
- activityId: string
- activityType: string
- taskQueue: string
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
Review the existing contextual logging behavior across the SDKs and compare it with the workflow and activity fields listed in this issue. Confirm the corresponding Core behavior and verify that the contextual information is identical for both workflow and activity execution.
Written by the indexing model from the issue text.
Assessment
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100