A general suite of utilities and other common code when building Play apps.
For sbt:
"com.beamly.playpen" %% "playpen" % "0.1.1"
For maven:
<dependency>
<groupId>com.beamly.playpen</groupId>
<artifactId>playpen_${scala.binary}</artifactId>
<version>0.1.1</version>
</dependency>
(where scala.binary is defined somewhere as 2.11)
Add HttpAccessLoggingFilter to Global like so:
import playpen.HttpAccessLoggingFilter
object Global extends WithFilters(HttpAccessLoggingFilter)- Scala 2.11.x
- JodaTime 2.x
- Play 2.3.x
- Slf4J 1.7.x