turn off logging by default
This commit is contained in:
parent
23a46b4c74
commit
ea7e4101bb
|
@ -91,7 +91,7 @@
|
|||
"Info",
|
||||
"Debug"
|
||||
],
|
||||
"default": "Info",
|
||||
"default": "Off",
|
||||
"markdownDescription": "Control the logging level"
|
||||
},
|
||||
"cmakeIntelliSence.trace.server": {
|
||||
|
@ -101,7 +101,7 @@
|
|||
"message",
|
||||
"off"
|
||||
],
|
||||
"default": "verbose"
|
||||
"default": "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue