Logging options for Slick
问题 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 for Slick. Anyone knows this? 回答1: Slick doesn't do much of any logging above DEBUG level. In application.conf if you add the line: logger.scala.slick=DEBUG you're going to get deluged with information from the query compiler. You're probably just interested in the session information (Connection pool management, query strings,