Skip to content

Commit

Permalink
Reduce message log level. From Backporting quarkusio#38891
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobat committed Mar 13, 2024
1 parent b7705e1 commit 7199f7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7199f7d

Please sign in to comment.