Open abhishekjoy1 opened 5 months ago
@abhishekjoy1 it's hard for me to debug this without more details. Please provide a minimal sample project where the problem can be reproduced easily. P.S. you're using quite old version, please update to 1.9.1 (Spring Boot 3) or 1.8.1 (Spring Boot 2) first
Hi, I am using the following dependencies for p6spy in my Spring boot project:
Related property values in
application.properties
are as follows:Here everything is working as expected except for the log filter, all
rollback
andcommit
statements are still getting printed in the log:Not sure, if I am missing anything.