mirror of https://github.com/sbt/sbt.git
show stack traces for console* by default
This commit is contained in:
parent
2343a55bb9
commit
5c48ea2433
|
|
@ -47,6 +47,9 @@ object Defaults extends BuildCommon
|
|||
logBuffered :== false,
|
||||
logBuffered in testOnly :== true,
|
||||
logBuffered in test :== true,
|
||||
traceLevel in console :== Int.MaxValue,
|
||||
traceLevel in consoleProject :== Int.MaxValue,
|
||||
traceLevel in consoleQuick :== Int.MaxValue,
|
||||
autoCompilerPlugins :== true,
|
||||
internalConfigurationMap :== Configurations.internalMap _,
|
||||
initialize :== (),
|
||||
|
|
|
|||
Loading…
Reference in New Issue