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

Rename management.server.accesslog.prefix to make is clear that it does not affect Netty #44196

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

Comments

@wilkinsona
Copy link
Member

On the main server, we have server-specific properties for configuring the access log. When using a separate management server, the access log has a hard-coded prefix of management_. #43434 has now made this configurable using the new property management.server.accesslog.prefix. Unlike the properties for the main server (such as server.tomcat.accesslog.prefix), this new property doesn't make it clear that it's server-specific. We should probably have separate properties:

  • management.server.jetty.accesslog.prefix
  • management.server.tomcat.accesslog.prefix
  • management.server.undertow.accesslog.prefix
@wilkinsona wilkinsona added for: team-meeting An issue we'd like to discuss as a team to make progress type: enhancement A general enhancement labels Feb 10, 2025
@wilkinsona wilkinsona added this to the 3.5.x milestone Feb 10, 2025
@mhalbritter mhalbritter self-assigned this Feb 10, 2025
@philwebb philwebb removed the for: team-meeting An issue we'd like to discuss as a team to make progress label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants