Skip to content

Don't include worker_id in the service name in worker log - #1110

Merged
mwylde merged 2 commits into
masterfrom
worker_logging
Jul 21, 2026
Merged

Don't include worker_id in the service name in worker log#1110
mwylde merged 2 commits into
masterfrom
worker_logging

Conversation

@mwylde

@mwylde mwylde commented Jul 21, 2026

Copy link
Copy Markdown
Member

As of #1105 we're including the service name as a static log field for JSON log formats. However, the actual string being passed in here for the worker includes the job id and worker id (so something like worker-100-job_6WoEUU7jvK) when it should just be "worker."

This PR fixes that, and moves the worker id into a separate field.


Open in Devin Review

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@mwylde
mwylde enabled auto-merge (squash) July 21, 2026 21:28
@mwylde
mwylde merged commit 4ddc8fd into master Jul 21, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants