mirror of https://github.com/sbt/sbt.git
* Fix #4979: apply -debug (and other level options) at startup so loading shows debug log - Parse log level from configuration.arguments in StandardMain.initialState - Pass initialLevel to GlobalLogging.initial so console appender uses it from first log - Set Keys.logLevel and BasicKeys.explicitGlobalLogLevels in initial state when level option present - Add initialLevel parameter to GlobalLogging.initial (default Level.Info) for backward compatibility - Add InitialLogLevelSpec tests for logLevelFromArguments - Add docs/fix-4979-manual-verification.md for manual reproduction |
||
|---|---|---|
| .. | ||
| example-work/src/main/scala | ||
| util-complete | ||
| util-control | ||
| util-core/src/main | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-logic/src | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||