|
@@ -1452,6 +1452,7 @@ func (container *Container) getLogger() (logger.Logger, error) {
|
|
return nil, fmt.Errorf("Failed to get logging factory: %v", err)
|
|
return nil, fmt.Errorf("Failed to get logging factory: %v", err)
|
|
}
|
|
}
|
|
ctx := logger.Context{
|
|
ctx := logger.Context{
|
|
|
|
+ Config: cfg.Config,
|
|
ContainerID: container.ID,
|
|
ContainerID: container.ID,
|
|
ContainerName: container.Name,
|
|
ContainerName: container.Name,
|
|
}
|
|
}
|