mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 10:37:54 +02:00
A new context is created and closed for each state of the MainLoop. But the context of the backgroundJob must stay alive. So we use a context that is owned by the BackgroundJobService. It creates a new logger for each background job and cleans it when the job stops.