mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #11390 from giuseppe/logging-passthrough
logging: new mode -l passthrough
This commit is contained in:
@ -478,7 +478,7 @@ func (r *Runtime) setupContainer(ctx context.Context, ctr *Container) (_ *Contai
|
||||
}
|
||||
|
||||
switch ctr.config.LogDriver {
|
||||
case define.NoLogging:
|
||||
case define.NoLogging, define.PassthroughLogging:
|
||||
break
|
||||
case define.JournaldLogging:
|
||||
ctr.initializeJournal(ctx)
|
||||
|
Reference in New Issue
Block a user