You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
When only slow queries must be logged rather than all queries the following setting is used in logback.xml : <logger name="jdbc.sqltiming" level="WARN"/> . However when slow queries are then logged the class name and line number of the slow query are not logged. Class name and line number are very handy information to locate the code causing the slow query. Please make it possible to also log the class name and line number in this case.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When only slow queries must be logged rather than all queries the following setting is used in logback.xml :
<logger name="jdbc.sqltiming" level="WARN"/>
. However when slow queries are then logged the class name and line number of the slow query are not logged. Class name and line number are very handy information to locate the code causing the slow query. Please make it possible to also log the class name and line number in this case.The text was updated successfully, but these errors were encountered: