mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
The creation of a backgroundLog was always using Debug as the logging level for console and backing. This commit sets the levels to those used by the caller. Fixes #3655