I am trying to automatically build (with mvn) and instrument some java projects where the JDBC drivers are instrumented to log all sql queries. Can anyone point me to any resources for how I would go about doing this?
Asked
Active
Viewed 86 times
1
-
Does this help? https://stackoverflow.com/questions/27060563/how-to-enable-logging-for-sql-statements-when-using-jdbc – Bogdan Mar 03 '21 at 17:13