Version 5.1.9
In EntityManagerFactoryUtils::closeEntityManager there is a catch-all for Throwable which logs any exception on DEBUG level. It would be very helpful if the level could be increased to ERROR. In our multi-tenancy project we're using a custom ConnectionProvider which threw an exception, but we didn't see it in the logs and it took us a day to track down the problem.