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
What steps will reproduce the problem?
1. use a connection pool and configure a validationQuery (e.g., "select 1")
2. turn on jdbc.sqlonly logging
3. start a webapp (or long lived application). Upon use of the application (in
our case, scheduled jobs every minute), I just get a fairly large overhead of
duplicate (or at least useless) "select 1" output lines.
What is the expected output? What do you see instead?
I would like to see all sql statements but ignore "select 1"
What version of the product are you using? On what operating system?
1.2. Linux OS.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 6 Aug 2012 at 8:28
The text was updated successfully, but these errors were encountered:
This is not a bug. It's showing the actual SQL coming from the application.
I understand that it's just noise that you want to filter out.
Good idea. although I'm not sure of a simple way to implement it.
Original issue reported on code.google.com by
[email protected]
on 6 Aug 2012 at 8:28The text was updated successfully, but these errors were encountered: