mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 02:27:13 +02:00
Do not filter any logging in scripted logger by setting the log level to Debug. The caller of ScriptedRunner passes a logger and decides the level of logging it wants to receive. Scripted shouldn't filter anything.