-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Add unique number to WebFlux log prefix for Undertow server #26430
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
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Comments
This was referenced Mar 7, 2021
Merged
This was referenced Mar 14, 2021
This was referenced Mar 15, 2021
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Issue #22039 was created and fixed for the Netty server. The same problem exists for the Undertow reactive server.
UndertowServerHttpRequest.initId method should add an incrementing number to ensure that each new HTTP request gets assigned a unique log id.
The text was updated successfully, but these errors were encountered: