Merge pull request #11390 from giuseppe/logging-passthrough

logging: new mode -l passthrough
This commit is contained in:
OpenShift Merge Robot
2021-09-29 15:33:06 -04:00
committed by GitHub
13 changed files with 74 additions and 24 deletions

View File

@ -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)