sbt/internal/util-logging/src
Eugene Yokota 930489eba3 Fix ConsoleAppender to show full stack trace
This is modification of crash log event logging that was added in sbt/util#85.

Instead of using the hardcoded 0 as the default value, this introduces `setTrace(..)` to `ConsoleAppender` like `BasicLogger`. Also the default value is set to `Int.MaxValue` that will display the full stack trace.

Fixes sbt/sbt#3343
2017-07-26 00:03:07 -04:00
..
main Fix ConsoleAppender to show full stack trace 2017-07-26 00:03:07 -04:00
test Cleanup `ConsoleAppender` 2017-07-11 16:08:58 +02:00