-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Closed as not planned
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
Hi,
I am trying to upgrade a spring boot mvc 3.5.8 application to 4.0.0 (jdk 25, tomcat 11)
I had the configuration of a log endpoint actuator in application.properties :
management.endpoints.web.base-path=/admin/logs
management.endpoints.enabled-by-default=false
management.endpoint.logfile.enabled=true
and when I access to /admin/logs I have the following message :
no static resource admin/logs/logfile.
I have seen that management.endpoint.logfile.enabled is removed and try to replace it with management.endpoint.logfile.access=unrestricted but without success.
Thanks for help.
Pierre.
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid