Skip to content

Commit

Permalink
reduce log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Jan 25, 2021
1 parent 92af3c3 commit 8dfda98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static SqlStatementInfo sanitizeAndExtractInfo(String sql) {
}
});
} catch (ExecutionException e) {
log.info("Sql statement cache error", e);
log.debug("Sql statement cache error", e);
return new SqlStatementInfo(null, null, null);
}
}
Expand Down

0 comments on commit 8dfda98

Please sign in to comment.