mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
This commit moves the `ConditionalOnEnabledLoggingExport` condition from the "spring-boot-actuator-autoconfigure" to the "spring-boot-opentelemetry" one, because without that the logging export feature requires the actuator module to be on the classpath. Fixes gh-48488