From 26350425f59c93446a3d70341e21f0c20baf548b Mon Sep 17 00:00:00 2001 From: sohot8653 Date: Wed, 3 Sep 2025 14:58:07 +0900 Subject: [PATCH] =?UTF-8?q?[P6Spy=20=EC=84=A4=EC=A0=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80]=20spy.properties=20=ED=8C=8C=EC=9D=BC=EC=97=90=20?= =?UTF-8?q?=ED=95=84=ED=84=B0=20=EB=B0=8F=20=EC=8B=A4=ED=96=89=20=EC=9E=84?= =?UTF-8?q?=EA=B3=84=EA=B0=92=20=EC=84=A4=EC=A0=95=EC=9D=84=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=ED=95=98=EC=97=AC=20SQL=20=EB=A1=9C=EA=B9=85=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=EC=9D=84=20=EA=B0=9C=EC=84=A0=ED=95=98?= =?UTF-8?q?=EA=B3=A0,=20=EC=84=B1=EB=8A=A5=20=EB=AA=A8=EB=8B=88=ED=84=B0?= =?UTF-8?q?=EB=A7=81=EC=9D=84=20=EC=9C=84=ED=95=9C=20=EA=B8=B0=EC=A4=80?= =?UTF-8?q?=EC=9D=84=20=EC=84=A4=EC=A0=95=ED=95=A8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/spy.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/spy.properties b/src/main/resources/spy.properties index 4739fb4..2e939b8 100644 --- a/src/main/resources/spy.properties +++ b/src/main/resources/spy.properties @@ -10,3 +10,9 @@ logLevel=info ################################################################## customLogMessageFormat=%(currentTime) | %(executionTime) ms | %(category) | connection %(connectionId) | %(sqlSingleLine) excludecategories=info,debug,result,commit,resultset + +################################################################## +# filter +################################################################## +filter=true +executionThreshold=1 \ No newline at end of file