How to log failed sql in hibernate?

I'm building a SpringBoot application with spring-data-jpa. I know how to log all sqls from this question. How to print a query string with parameter values when using Hibernate

But what if I only want to log failed sqls?

#java #sql #hibernate #spring-boot

2 Likes3.20 GEEK