mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
- Don't log entire LSP notifications/requests for the `info` level, instead log of the form: - `Notification<method>` e.g. Notification<textDocument/publishDiagnostics> - `Request<method(id)>` e.g. Request<textDocument/hover(6)> - `Response<method(id)` e.g. Response<textDocument/hover(6)> - Only log sourcekitd requests/responses at the debug level