> In our IDE (Embeetle IDE) this causes the OpenOCD output to be always red - > even when nothing goes wrong.
Same in the Eclipse console where, by default, stdout output is coloured black and stderr output is coloured red. > You can redirect the log on another channel through the command 'log_output' > if I remember correctly. FWIW... https://openocd.org/doc/html/General-Commands.html Command: log_output [filename | 'default'] Redirect logging to filename. If used without an argument or filename is set to ’default’ log output channel is set to stderr.