mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
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:
parent
0eefe2d872
commit
6e2a7e979e
@ -8,7 +8,7 @@
|
||||
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 { } {
|
||||
|
Loading…
Reference in New Issue
Block a user