sbt/internal
bitloi 33ac10c1ce
[2.x] fix: sbt -debug doesn't display loading log (#8819)
* 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
2026-02-26 13:50:31 -05:00
..
example-work/src/main/scala Worker 2025-06-30 02:44:36 -04:00
util-complete Add tailrec annotations (#8785) 2026-02-22 22:20:46 -05:00
util-control [2.x] Use JProcess for interactive forking (#8677) 2026-02-02 11:03:28 -05:00
util-core/src/main Merge branch '1.11.x' into wip/merge-1.11.x 2025-09-28 23:08:36 -04:00
util-interface/src/main/java/xsbti Support debug output for macros 2025-05-27 00:58:41 -04:00
util-logging [2.x] fix: sbt -debug doesn't display loading log (#8819) 2026-02-26 13:50:31 -05:00
util-logic/src [2.x] refactor: Remove redundant conversions (#8786) 2026-02-22 23:44:17 -05:00
util-position/src [2.x] Show warnings when scalaVersion is missing 2025-12-27 23:49:43 -05:00
util-relation/src remove unnecessary `case` 2025-02-22 08:48:29 +09:00
util-scripted/src/main refactor: Clean up infix etc 2026-01-24 04:52:28 -05:00