Skip to content

Commit bd57cf1

Browse files
committed
add issue documentation
1 parent a1ba77f commit bd57cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk-extensions/autoconfigure/src/main/java/io/opentelemetry/sdk/autoconfigure/AutoConfiguredOpenTelemetrySdkBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ Thread shutdownHook(OpenTelemetrySdk sdk) {
637637
try {
638638
sdk.close();
639639
} catch (NoClassDefFoundError e) {
640+
// https://github.com/open-telemetry/opentelemetry-java/issues/6827
640641
if (IS_MAVEN) {
641642
// logging deps might not be on the classpath at this point
642643
System.out.printf("%s Flush failed during shutdown: %s%n", Level.WARNING, e);

0 commit comments

Comments
 (0)