Closed as not planned
Description
Currently access logs created by the management server (when the management server is run on a different port) automatically get the prefix "management_" prepended (implemented in org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementChildContextConfiguration
).
For configurations of access logs which write to stdout (see Scout24/tomcat-stdout-accesslog#2 for an example on how to configure that in tomcat) it would be useful to be able to drop this prefix.
There might also be people interested in configuring this static prefix.
Please expose the prefix as a property and thus make it configurable by end users.