Brett Meyer commented on an issue
Hibernate ORM / Bug HHH-7130
Evicting query regions is not logged
Hibernate logs nothing when evicting query regions [1][2]. But for example evicting second level cache is logged [3].
I think evicting query regions should be logged too.


[1]https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java#L1558
[2]https://github.com/hibernate/hibernate-or...