How to force Logger.debug output in Play! framework specs2 tests?

Viewed 9876

By default all Logger output, visible when an application is running, is mute when the application is tested.

How to force the debugs, infos etc. to be shown in the specs2 reports?

5 Answers
Related