Changed the daemon output from json to text

Closes #1544

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
This commit is contained in:
Akos Kitta 2022-10-20 16:39:14 +02:00 committed by Akos Kitta
parent 32d904ca36
commit 44751c370b

View File

@ -162,8 +162,6 @@ export class ArduinoDaemonImpl
'--config-file', '--config-file',
`"${cliConfigPath}"`, `"${cliConfigPath}"`,
'-v', '-v',
'--log-format',
'json',
]; ];
if (debug) { if (debug) {
args.push('--debug'); args.push('--debug');