Skip to content

Commit 9ff3311

Browse files
committed
Add new client log level to options
1 parent 2aa1f64 commit 9ff3311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@
109109
"enum": [
110110
"off",
111111
"error",
112+
"info",
112113
"debug"
113114
],
114-
"default": "error",
115+
"default": "info",
115116
"description": "Sets the log level in the client side."
116117
},
117118
"haskell.logFile": {

0 commit comments

Comments
 (0)