Skip to content

Commit

Permalink
reduce log level
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Feb 20, 2024
1 parent 060ff77 commit 87407e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public Scope attach(io.vertx.core.Context vertxContext, Context toAttach) {
public void close() {
final Context before = getContext(vertxContext);
if (before != toAttach) {
log.warn("Context in storage not the expected context, Scope.close was not called correctly. Details:" +
log.info("Context in storage not the expected context, Scope.close was not called correctly. Details:" +
" OTel context before: " + OpenTelemetryUtil.getSpanData(before) +
". OTel context toAttach: " + spanDataToAttach);
}
Expand Down

0 comments on commit 87407e5

Please sign in to comment.