Skip to content

Reactive Jetty, Tomcat, and Undertow management servers do not apply management_ prefix to their access logs #44197

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

Closed
wilkinsona opened this issue Feb 10, 2025 · 0 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@wilkinsona
Copy link
Member

A web app using the servlet stack with a separate management server will write the management server's access logs to a file prefixed with management_. When you switch to WebFlux using Jetty, Tomcat, or Undertow, the main and management servers use the same location for their access logs. The reactive side of things needs a fix that was similar to #6618, which was made before we had reactive web support.

While the two servers writing access logs to the same location is a bug, there's a small chance that it's a load-bearing bug. Given that no users have reported the problem, I'm going to fix this only in 3.5.x. We can back port the changes in the future if necessary.

@wilkinsona wilkinsona added the type: bug A general bug label Feb 10, 2025
@wilkinsona wilkinsona added this to the 3.5.x milestone Feb 10, 2025
@wilkinsona wilkinsona self-assigned this Feb 10, 2025
@wilkinsona wilkinsona modified the milestones: 3.5.x, 3.5.0-M2 Feb 10, 2025
wilkinsona added a commit that referenced this issue Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant