tool/run/log/serial: be quiet by default

As the initial output of picocom is hardly ever needed, disable it by
default to reduce the log noise. Whenever needed, the output can still
be enabled by specifying the run tool's --log-serial-cmd.
This commit is contained in:
Norman Feske 2024-11-15 11:22:23 +01:00 committed by Christian Helmuth
parent 0eefe2d872
commit 6e2a7e979e

View File

@ -8,7 +8,7 @@
source [genode_dir]/tool/run/log.inc source [genode_dir]/tool/run/log.inc
set default_serial_cmd "picocom -b 115200 /dev/ttyUSB0" set default_serial_cmd "picocom --quiet -b 115200 /dev/ttyUSB0"
proc log_serial_cmd { } { proc log_serial_cmd { } {