Skip to content

Instantly share code, notes, and snippets.

@NicolaeNMV
Created August 20, 2014 15:03
Show Gist options
  • Save NicolaeNMV/7329d7921ea6df0c6d55 to your computer and use it in GitHub Desktop.
Save NicolaeNMV/7329d7921ea6df0c6d55 to your computer and use it in GitHub Desktop.
Playframework 2.2.x JDBC logging
Add to application.conf
db.default.logStatements=true
logger.com.jolbox.bonecp=DEBUG
Ref: http://stackoverflow.com/questions/4832056/java-jdbc-how-to-connect-to-oracle-using-service-name-instead-of-sid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment