Phillip Webb
Phillip Webb
FWIW, I think we shouldn't invest too much time thinking about this until after 2.0.
Having dug into #31853 a bit more I'm pretty sure this is a duplicate. @pj892031 If at all possible, once [build 1110](https://ci.spring.io/teams/spring-boot/pipelines/spring-boot-2.6.x/jobs/build/builds/1110) if green, could you try the latest SNAPSHOT...
@adrianbob Thanks for the offer, but it's a bit early to add this. We need to decide how we're going to document GraalVM in general.
Logback 1.3 is still in alpha so I think we should push this back to Spring Boot 2.2
@cowwoc If you set a system property with `org.springframework.boot.logging.LoggingSystem=NONE` then Spring Boot's deeper logging integration will be disabled. This means you won't be able to do things like set logging...
@cowwoc That's certainly an option, but I'm not sure how well it work as I've never tested that scenario. Specifically, I'm not sure if calling `Logger.getLogger(loggerName).setLevel(...)` will propagate to the...
It turns out that we can't use `MicrometerMetricsCollector(Function metricsCreator)` after all since the function is immediately called by the constructor. Stepping back a bit, the issue is probably broader than...
It's also somewhat related to the existing `InfoEndpoint`/`InfoContributor` areas. I've generally preferred git info for this kind of thing. The git sha doesn't give much away if it's accidentally exposed,...
See also PR #28884 which we'll want to consider when we implement this.
@QwertGold I think I understand the description, but it would be useful if you could provide a sample application that shows the problem.