mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 17:54:25 +02:00
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