Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.0
-
None
Description
The volume of output created by sbt it:test is so large that when something fails in a travis CI build, it is almost impossible to see what went wrong.
Most of this output is created by tests that turn on various levels of logging that really aren't relevant any more.
Tests that turn on debug or oolagdebug level of detail should be revisited to see whether they should still be run with those settings off, or just disabled.