From 8bd9e723fdca03ced1398576ea525d4ba688dd12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Mon, 9 Jan 2023 16:36:21 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20demo=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=20=E8=BF=87=E6=BB=A4=E5=81=A5=E5=BA=B7=E6=A3=80?= =?UTF-8?q?=E6=9F=A5sql=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-example/ruoyi-demo/src/main/resources/spy.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruoyi-example/ruoyi-demo/src/main/resources/spy.properties b/ruoyi-example/ruoyi-demo/src/main/resources/spy.properties index bee2392d..abbd8931 100644 --- a/ruoyi-example/ruoyi-demo/src/main/resources/spy.properties +++ b/ruoyi-example/ruoyi-demo/src/main/resources/spy.properties @@ -24,3 +24,5 @@ outagedetection=true outagedetectioninterval=2 # 是否过滤 Log filter=true +# 过滤 Log 时所排除的 sql 关键字,以逗号分隔 +exclude=SELECT 1