I\'m createing a Play 2.1 app, in which I have decided to use Slick for database interaction. However I can\'t find documentation about how to configure/enable logging f
To print only select statements, in play-2.2.1 with slick 2.0.0, in application.conf have:
logger.scala.slick.jdbc.JdbcBackend.statement=DEBUG