While using telemetry with quarkus, we are seeing the below message flooding our logs.
io.quarkus.opentelemetry.runtime.QuarkusContextStorage~INFO~~~[executor-thread-26]~Context in storage not the expected context, Scope.close was not called correctly. Details: OTel contex
t before: {spanId=153b3429e76952a0, traceId=4ef28ffc44a2d0ab45d3d9638e0a382f, sampled=false}. OTel context toAttach: {spanId=676849a28ef95992, traceId=4ef28ffc44a2d0ab45d3d9638e0a382f, sampled=false}
This started to happen after we recently went from quarkus 3 to 3.9, possibly due to the below:
https://github.com/quarkusio/quarkus/issues/25102
Upgrading to 3.10 doesn’t fix this issue. Anyone has a way to address this info message flooding the logs either by fixing the issue or turning off INFO messages from otel?
Thank you in advance
SG