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:
Sebastiaan van Stijn
2016-05-30 14:48:31 +02:00
6 changed files with 14 additions and 7 deletions

View File

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