mirror of https://github.com/sbt/sbt.git
better default for traces in run
This commit is contained in:
parent
bf1d471118
commit
039982ab1e
|
|
@ -59,6 +59,8 @@ object Defaults extends BuildCommon
|
||||||
definesClass :== FileValueCache(Locate.definesClass _ ).get,
|
definesClass :== FileValueCache(Locate.definesClass _ ).get,
|
||||||
trapExit :== false,
|
trapExit :== false,
|
||||||
trapExit in run :== true,
|
trapExit in run :== true,
|
||||||
|
traceLevel in run :== 0,
|
||||||
|
traceLevel in runMain :== 0,
|
||||||
logBuffered in testOnly :== true,
|
logBuffered in testOnly :== true,
|
||||||
logBuffered in test :== true,
|
logBuffered in test :== true,
|
||||||
traceLevel in console :== Int.MaxValue,
|
traceLevel in console :== Int.MaxValue,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue