Initial debug logs not being output
bmulvihill opened this issue · 1 comments
bmulvihill commented
Currently we log the messages coming from the LSP client for debugging purposes here:
Lines 43 to 47 in 26a1e43
The problem is we receive some messages (i.e. initialization and user configs) prior to the log level being set by the User settings (which is how we currently change the log level). The default log level is INFO
so these messages will never get logged.
faustinoaq commented
Also diagnostic responses are not logged, may be related, WDYT?