-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
Added `esbonio.trace.server` option that allows the logging of LSP messages sent to/from the server | ||
Added the following configuration options | ||
|
||
- `esbonio:config:: esbonio.logging.level`, set the default logging level of the server | ||
- `esbonio:config:: esbonio.logging.format`, set the default format of server log messages | ||
- `esbonio:config:: esbonio.logging.filepath`, enable logging to a file | ||
- `esbonio:config:: esbonio.logging.stderr`, print log messages to stderr | ||
- `esbonio:config:: esbonio.logging.window`, send log messages as `window/logMessage` notifications | ||
- `esbonio:config:: esbonio.logging.config`, override logging configuration for individual loggers, see the [documentation](https://docs.esbon.io/en/latest/lsp/reference/configuration.html#lsp-configuration-logging) for details | ||
- `esbonio.trace.server` enables the logging of LSP messages sent to/from the server |