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

[v17] Consistently use logutils.TypeAttr #49969

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

rosstimothy
Copy link
Contributor

Backport #49948 to branch/v17

When converting to slog there have been various mechanisms used
to include an objects type in a slog attribute to replace %T from
a logrus message. This unifies all type attribute to use
logutils.typeAttr instead of calling reflect/fmt directly. The former
ensures that the type is only calculated if the message is going
to be logged.
@rosstimothy rosstimothy added the no-changelog Indicates that a PR does not require a changelog entry label Dec 9, 2024
@github-actions github-actions bot requested review from kopiczko and zmb3 December 9, 2024 21:35
@rosstimothy rosstimothy enabled auto-merge December 9, 2024 22:21
@rosstimothy rosstimothy added no-changelog Indicates that a PR does not require a changelog entry and removed no-changelog Indicates that a PR does not require a changelog entry labels Dec 9, 2024
@rosstimothy rosstimothy added this pull request to the merge queue Dec 9, 2024
Merged via the queue into branch/v17 with commit 6029741 Dec 9, 2024
42 of 43 checks passed
@rosstimothy rosstimothy deleted the bot/backport-49948-branch/v17 branch December 9, 2024 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport desktop-access no-changelog Indicates that a PR does not require a changelog entry rdp size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants