How to force Logger.debug output in Scalatra specs2 tests?
My question is similar to How to force Logger.debug output in Play!
framework specs2 tests? (asked by
http://stackoverflow.com/users/29576/rajish but in the context of Scalatra
and specifically using ScalaLogging:
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?
Thanks in advance.
No comments:
Post a Comment