Skip to content

Commit

Permalink
Change log level to trace (#10982)
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <[email protected]>
  • Loading branch information
deshsidd authored Oct 30, 2023
1 parent 52ec075 commit 767bc0e
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 @@ private void logQueryShape(QueryBuilder topLevelQueryBuilder) {
}
QueryShapeVisitor shapeVisitor = new QueryShapeVisitor();
topLevelQueryBuilder.visit(shapeVisitor);
log.debug("Query shape : {}", shapeVisitor.prettyPrintTree(" "));
log.trace("Query shape : {}", shapeVisitor.prettyPrintTree(" "));
}

}

0 comments on commit 767bc0e

Please sign in to comment.