I was trying p6spy filter option. I am using p6spy version 2+ I need to exclude logs with select statements.
My properties file is shown below.
filter=true
include=
exclude=select [a-z,_, , =, ']*
But with this configuration i am not getting the expected result.