Skip to content

Actuator log endpoint configuration #48252

@pnoe

Description

@pnoe

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

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions