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