Andrei Vagin bb071d588d vm/gvisor: run runsc with the alsologtostderr option
$ runsc -h
...
  -alsologtostderr=false: send log messages to stderr
...

Now gvisor doesn't send log messages on stderr by default,
and if we want to see these messages, we need to specify the
alsologtostderr option.
2019-07-23 08:47:25 +02:00
..
2019-03-28 13:22:37 +01:00
2019-03-17 18:06:44 +01:00
2019-06-24 10:50:20 +02:00