bowler-framework / Bowler

RESTful Web Framework based on Scala, built on top of Scalatra & Scalate
http://bowlerframework.org
BSD 3-Clause "New" or "Revised" License
119 stars 13 forks source link

Should not depend on slf4j-nop #25

Closed greenrd closed 11 years ago

greenrd commented 11 years ago

per the slf4j documentation, slf4j implementations are only for applications, not for frameworks.

This issue breaks testing with ScalatraSpec, because no stack traces are available when something goes wrong in a test.