mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 17:38:02 +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.