syzkaller/vm/gvisor
Nicolas Lacasse db5f1d07c3 vm/gvisor: Send debug logs to stderr so they can be read by syzkaller
The -alsologtostderr flag is a noop if -panic-log is also set. So before
this change, debug logs were not included in the syzkaller output logs.

By setting -debug-log=/dev/stderr, all debug logs are sent to stderr,
which syzkaller scrapes and includes in the output logs.
2020-06-13 11:27:59 +02:00
..
gvisor.go vm/gvisor: Send debug logs to stderr so they can be read by syzkaller 2020-06-13 11:27:59 +02:00