-
-
Notifications
You must be signed in to change notification settings - Fork 93
Configure LSP log level separately from Logger level #449
Copy link
Copy link
Closed
Labels
stabilityAbout improving stability through logging, refactoring, etc.About improving stability through logging, refactoring, etc.
Milestone
Description
Description
We now have a logger handler for the window/logMessage notification, so logs from Logger.etc get sent to the editor.
We should add a configurable log level for this, as we don't want debug logs (like the gen_lsp) sent to the editor, as they are just noisy.
Also, i believe we are now probably logging things twice
[Log] sent notification server -> client $/progress
[Log] Node port message:
10:35:48.570 [debug] sent notification server -> client $/progress
In this one, i can't actually tell if the third line is a continuation of the 2nd line, but if we trace the rpc messages we can find out.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
stabilityAbout improving stability through logging, refactoring, etc.About improving stability through logging, refactoring, etc.