Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix logging in monitoring job receiver #1311

Merged
merged 3 commits into from
Oct 31, 2023
Merged

fix logging in monitoring job receiver #1311

merged 3 commits into from
Oct 31, 2023

Conversation

c-kruse
Copy link
Contributor

@c-kruse c-kruse commented Oct 27, 2023

Ran into a logging bug while observing what is likely a more important bug: #1309.

We should not use the %w placeholder unless constructing an error. The output is something like "%w{ fs.PathError {...} }", and doesn't give the reader the actual useful error message.

@c-kruse c-kruse requested a review from a team as a code owner October 27, 2023 20:55
@github-actions github-actions bot added the go label Oct 27, 2023
Co-authored-by: Mikołaj Świątek <[email protected]>
@c-kruse c-kruse merged commit 83946b0 into main Oct 31, 2023
27 checks passed
@c-kruse c-kruse deleted the ck/jobreceiver-logging branch October 31, 2023 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants