Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

When logging only the slow queries make it possible to also log the class name and line number #43

Open
peteclewlow opened this issue Jun 19, 2019 · 0 comments

Comments

@peteclewlow
Copy link

peteclewlow commented Jun 19, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant