mirror of https://github.com/sbt/sbt.git
Log full exception
This commit is contained in:
parent
c2c2a26203
commit
42393459a0
|
|
@ -445,6 +445,7 @@ object State {
|
|||
s.fail
|
||||
}
|
||||
private[sbt] def logFullException(e: Throwable, log: Logger): Unit = {
|
||||
e.printStackTrace(System.err)
|
||||
log.trace(e)
|
||||
log.error(ErrorHandling reducedToString e)
|
||||
log.error("Use 'last' for the full log.")
|
||||
|
|
|
|||
Loading…
Reference in New Issue