-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fix
Description
I am using spring-boot-starter-actuator to expose my application logging over HTTP, this used to work but starting from Spring Boot 2.1.7.RELEASE a 404 error response is returned when querying the endpoint /actuator/logfile. The actuator endpoint is available:
_links:
self:
href: 'http://host:port/application/actuator'
templated: false
logfile:
href: 'http://host:port/application/actuator/logfile'
templated: false
This issue looks like the one described in issue 17434, but I am not using any generated random values, just a fixed logging file name.
The same issue is present in 2.1.8.RELASE, the problem disappears when downgrading to 2.1.6.RELEASE
Metadata
Metadata
Assignees
Labels
for: external-projectFor an external project and not something we can fixFor an external project and not something we can fix