Skip to content

Commit

Permalink
Change log level to trace (#10971)
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
  • Loading branch information
deshsidd authored Oct 27, 2023
1 parent be65f54 commit fcbec24
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 fcbec24

Please sign in to comment.