From c35a63ea2ebc93bea57fd6180df0988067cfb423 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Mon, 4 Jul 2022 13:55:31 +0800 Subject: [PATCH] update spy.properties --- jero-boot-single-startup/src/main/resources/spy.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-boot-single-startup/src/main/resources/spy.properties b/jero-boot-single-startup/src/main/resources/spy.properties index b8c7f308..9729a9b1 100644 --- a/jero-boot-single-startup/src/main/resources/spy.properties +++ b/jero-boot-single-startup/src/main/resources/spy.properties @@ -4,7 +4,7 @@ appender=com.p6spy.engine.spy.appender.Slf4JLogger # 是否开启日志过滤 默认false, 这项配置是否生效前提是配置了 include/exclude/sqlexpression filter=true ## 过滤 Log 时所排除的表名列表,以逗号分隔。 -exclude=QRTZ_SCHEDULER_STATE,QRTZ_TRIGGERS,QRTZ_LOCKS,QRTZ_FIRED_TRIGGERS,dual +exclude=QRTZ_SCHEDULER_STATE,QRTZ_TRIGGERS,QRTZ_LOCKS,QRTZ_FIRED_TRIGGERS,dual,QRTZ_CRON_TRIGGERS,QRTZ_JOB_DETAILS,QRTZ_CRON_TRIGGERS,QRTZ_PAUSED_TRIGGER_GRPS ## 配置记录Log例外,可去掉的结果集有error,info,batch,debug,statement,commit,rollback,result,resultset. excludecategories=info,debug,result,commit,resultset # 设置使用p6spy driver来做代理