terasolunaorg / terasoluna-gfw-web-multi-blank

Blank multi project for web application using TERASOLUNA Server Framework for Java (5.x)
29 stars 16 forks source link

Reflect:Update Hibernate log output settings #678

Closed btiwahorisu closed 4 months ago

btiwahorisu commented 5 months ago

Original Issue

Links to the original issues.

Description

Please write if the description of the original issue is not enough. Please write based on facts as much as possible, and post links to references/Javadoc or stack traces.

In Hibernate (JPA), update the output settings to output detailed JDBC logs.

Possible Solution

Please write ideas or candidates of solutions for the problem if you have. If it is an example, please enter a description such as "For example".

in logback.xml <logger name="org.hibernate.type" level="trace" /><logger name="org.hibernate.orm.jdbc.bind" level="trace" />

Fix repositories

Repositories to fix with this issue.

Issue links

Links to related issues.