mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
Merge pull request #11390 from giuseppe/logging-passthrough
logging: new mode -l passthrough
This commit is contained in:
@ -1288,6 +1288,8 @@ func (r *ConmonOCIRuntime) sharedConmonArgs(ctr *Container, cuuid, bundlePath, p
|
||||
logDriverArg = define.JournaldLogging
|
||||
case define.NoLogging:
|
||||
logDriverArg = define.NoLogging
|
||||
case define.PassthroughLogging:
|
||||
logDriverArg = define.PassthroughLogging
|
||||
case define.JSONLogging:
|
||||
fallthrough
|
||||
//lint:ignore ST1015 the default case has to be here
|
||||
|
Reference in New Issue
Block a user