mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Previously, the connection details would only back off if another PropertiesOtlpLoggingConnectionDetails was defined. This commit corrects this so that they will back of if any OtlpLoggingConnectionDetails implementation is defined as a bean. Closes gh-48536