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

refactor: move timing info to extra access log fields logic #455

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

maxmoehl
Copy link
Member

Summary

Now that we have to ability to add individual log fields I've migrated a set of log fields that was previously behind a special feature flag to use the same logic internally. The feature flag remains but gorouter is no longer aware of it.

The output is identical because the logic for the attempts logging and the dynamic logging is right next to each other. The template ensures that the order of the attempts logging fields is the same as it was previously in the gorouter code.

Backward Compatibility

Breaking Change? No

@maxmoehl maxmoehl force-pushed the maxmoehl/migrate-detailed-log branch from a6cd99e to cf78663 Compare February 12, 2025 07:00
@maxmoehl maxmoehl marked this pull request as ready for review February 12, 2025 14:04
@maxmoehl maxmoehl requested a review from a team as a code owner February 12, 2025 14:04
@maxmoehl maxmoehl force-pushed the maxmoehl/migrate-detailed-log branch from cf78663 to a90aef0 Compare February 13, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

1 participant