Skip to:
With came lots of output at INFO level during bulk operations:
Hibernate used to be completely silent (except at startup) when set at the INFO level. Now, it is very verbose.
If someone needs query timings they are probably debugging something. This output should probably set at DEBUG level instead of INFO.
Bulk closing tickets resolved in released versions
Thanks for the quick action Strong!
Attached test case.
I will create a test case this afternoon, might give this issue better visibility.
We ran into the same surprise when looking into updating Hibernate I have created a patch for this and submitted a pull request @ https://github.com/hibernate/hibernate-core/pull/196
With came lots of output at INFO level during bulk operations:
Hibernate used to be completely silent (except at startup) when set at the INFO level. Now, it is very verbose.
If someone needs query timings they are probably debugging something. This output should probably set at DEBUG level instead of INFO.