Skip to content

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

Closed
@wilkinsona

Description

@wilkinsona

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions