mirror of https://github.com/sbt/sbt.git
Fixes #3849 This brings back the 0.13 logic: ```scala def setGlobalLogLevel(s: State, level: Level.Value): State = { s.globalLogging.full match { case a: AbstractLogger => a.setLevel(level) case _ => () } s.put(BasicKeys.explicitGlobalLogLevels, true).put(Keys.logLevel.key, level) } ``` |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||