mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
The processing log is sent when a command issued by a request is being processed, if the request has not yet been responded. In particular, the processing log of sbtReportResult is filtered out if the client has already received a response. The processing log severity is the lowest so that it can be ignored by the BSP client.