Merge pull request #22384 from yongtang/22358-log-tag-prefix
Remove `docker/` prefix from log messages tag. Upstream-commit: f3a7abee8107eb13e13dfff959998286b87a34ed Component: engine
This commit is contained in:
@ -315,6 +315,7 @@ func (container *Container) StartLogger(cfg containertypes.LogConfig) (logger.Lo
|
||||
ContainerCreated: container.Created,
|
||||
ContainerEnv: container.Config.Env,
|
||||
ContainerLabels: container.Config.Labels,
|
||||
DaemonName: "docker",
|
||||
}
|
||||
|
||||
// Set logging file for "json-logger"
|
||||
|
||||
Reference in New Issue
Block a user