diff options
author | Andrei Vagin <avagin@google.com> | 2019-07-26 16:52:28 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-26 16:53:54 -0700 |
commit | 4183b9021ac1d055085dc1fd2f525689fc055d78 (patch) | |
tree | 5761a1593baccf738ad7e8dd72b6173dec6974b6 /runsc/main.go | |
parent | 2762692621aec8b3d1e1839c2dc18965a4af0a18 (diff) |
runsc: propagate the alsologtostderr to sub-commands
PiperOrigin-RevId: 260239119
Diffstat (limited to 'runsc/main.go')
-rw-r--r-- | runsc/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/main.go b/runsc/main.go index bc83c57a2..5823819f4 100644 --- a/runsc/main.go +++ b/runsc/main.go @@ -190,6 +190,7 @@ func main() { EnableRaw: *netRaw, NumNetworkChannels: *numNetworkChannels, Rootless: *rootless, + AlsoLogToStderr: *alsoLogToStderr, TestOnlyAllowRunAsCurrentUserWithoutChroot: *testOnlyAllowRunAsCurrentUserWithoutChroot, } |