moby--moby/daemon/logger/jsonfilelog
Nalin Dahyabhai 7772d270c0 Remove the logger.Message ContainerID field
Log drivers are instantiated on a per-container basis, and passed the
container ID (along with other information) when they're initialized.
Drivers that care about that value are caching the value that they're
passed when they're initialized and using it in favor of the value
contained in Message structures that are passed to them, so the field in
Messages is unused, so we remove it.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2016-05-31 16:41:29 -04:00
..
jsonfilelog.go Remove some unused structs and fields 2016-03-01 09:59:29 -08:00
jsonfilelog_test.go Remove the logger.Message ContainerID field 2016-05-31 16:41:29 -04:00
read.go Add support for reading logs extra attrs 2016-05-06 20:42:20 -04:00