Skip to content

Commit

Permalink
code: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Mar 3, 2024
1 parent a163824 commit 11681d4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion code/changes/748.enhancement.md
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

0 comments on commit 11681d4

Please sign in to comment.