You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: package.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@
126
126
"type": "string",
127
127
"description": "The path to the log file. This option is ignored if either the `server` or `runtimeArgs` is specified. If no location is specified, the behaviour depends on `--log-to-folder"
128
128
},
129
-
"logDir": {
129
+
"logToFolder": {
130
130
"type": "string",
131
131
"description": "Enable logging to the default folder. This option is ignored if either the `logFile` or `runtimeArgs` is specified.`"
132
132
},
@@ -359,7 +359,7 @@
359
359
"type": "string",
360
360
"description": "The path to the log file. This option is ignored if either the `server` or `runtimeArgs` is specified. If no location is specified, the behaviour depends on `--log-to-folder"
361
361
},
362
-
"logDir": {
362
+
"logToFolder": {
363
363
"type": "string",
364
364
"description": "Enable logging to the default folder. This option is ignored if either the `logFile` or `runtimeArgs` is specified.`"
0 commit comments