提交 e121e419 编写于 作者: Q qiaojialin

change query audit log to debug level

上级 1ca9aae9
......@@ -548,7 +548,7 @@ public class TSServiceImpl implements TSIService.Iface, ServerContext {
*/
private TSExecuteStatementResp internalExecuteQueryStatement(String statement,
long statementId, PhysicalPlan plan, int fetchSize, String username) throws IOException {
auditLogger.info("Session {} execute Query: {}", currSessionId.get(), statement);
auditLogger.debug("Session {} execute Query: {}", currSessionId.get(), statement);
long startTime = System.currentTimeMillis();
long queryId = -1;
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册