Relocate OpenTelemetryLoggingAutoConfiguration and SdkLoggerProviderBuilderCustomizer to an OpenTelemetry-specific package #44647
Labels
for: team-meeting
An issue we'd like to discuss as a team to make progress
status: pending-design-work
Needs design work before any code can be developed
type: enhancement
A general enhancement
OpenTelemetryLoggingAutoConfiguration
andSdkLoggerProviderBuilderCustomizer
are inorg.springframework.boot.actuate.autoconfigure.logging
. I think they should be in an OpenTelemetry-specific package as none of other code inorg.springframework.boot.actuate.autoconfigure.logging
has any third-party dependencies.If we were just the auto-configuration class, we could make this change fairly easily in 3.5 however there's the customizer to consider too.
The text was updated successfully, but these errors were encountered: