diff --git a/extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/QuarkusContextStorage.java b/extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/QuarkusContextStorage.java index 7a30e5bcdae2d..c4d21605dc538 100644 --- a/extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/QuarkusContextStorage.java +++ b/extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/QuarkusContextStorage.java @@ -71,7 +71,7 @@ public Scope attach(io.vertx.core.Context vertxContext, Context toAttach) { @Override public void close() { if (getContext(vertxContext) != toAttach) { - log.warn("Context in storage not the expected context, Scope.close was not called correctly"); + log.info("Context in storage not the expected context, Scope.close was not called correctly"); } if (beforeAttach == null) {