From 4183b9021ac1d055085dc1fd2f525689fc055d78 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Fri, 26 Jul 2019 16:52:28 -0700 Subject: runsc: propagate the alsologtostderr to sub-commands PiperOrigin-RevId: 260239119 --- runsc/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'runsc/main.go') 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, } -- cgit v1.2.3