Skip to content

Commit

Permalink
code: Change the default logging level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Feb 8, 2025
1 parent 2d49798 commit d93be06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions code/changes/964.misc.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Change the default logging level to ``info``

Update bundled version of the language server to `1.0.0b10`
2 changes: 1 addition & 1 deletion code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"esbonio.logging.level": {
"scope": "window",
"type": "string",
"default": "error",
"default": "info",
"enum": [
"critical",
"fatal",
Expand Down

0 comments on commit d93be06

Please sign in to comment.