arthurblake / log4jdbc

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

Closed techmag closed 8 years ago

techmag commented 8 years ago

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.

arthurblake commented 8 years ago

Looks like maybe log4jdbc was confused with https://code.google.com/p/log4jdbc-log4j2/ (a fork of log4jdbc)

techmag commented 8 years ago

Thank you for the reply - I think I get it now :)