log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system.
516
stars
147
forks
source link
Request for Scala/Play implementation details in the docs #79
This appears to solve a particular problem for a sub-set of Scala/Play developers using Anorm. (I'm sure it solves many other problem set as well...)
Here ( http://stackoverflow.com/a/34175253/2162886 ) is some indication of how it might be incorporated into Play - I will be vetting this in my environment soon enough as it would be nice to actually see SQL queries as the DB sees them - especially when things blow up -- but I suspect I'm preaching to the choir :)
Close this issue unless you wish an update from me to confirm the above details in the link works as advertised.
This appears to solve a particular problem for a sub-set of Scala/Play developers using Anorm. (I'm sure it solves many other problem set as well...)
Here ( http://stackoverflow.com/a/34175253/2162886 ) is some indication of how it might be incorporated into Play - I will be vetting this in my environment soon enough as it would be nice to actually see SQL queries as the DB sees them - especially when things blow up -- but I suspect I'm preaching to the choir :)
Close this issue unless you wish an update from me to confirm the above details in the link works as advertised.