1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/logger
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
..
awslogs awslogs: Fix a race in mockcwlogsclient 2016-05-25 11:50:22 -07:00
etwlogs Windows: Add ETW logging driver plug-in 2016-02-16 13:24:49 -08:00
fluentd Remove docker/ prefix from log messages tag. 2016-05-12 22:29:30 -07:00
gcplogs Do not call out to Google on init 2016-03-17 11:06:21 -04:00
gelf Remove deprecated driver specific log tags 2016-05-10 07:43:44 -07:00
journald Remove the logger.Message ContainerID field 2016-05-31 16:41:29 -04:00
jsonfilelog Remove the logger.Message ContainerID field 2016-05-31 16:41:29 -04:00
loggerutils Remove docker/ prefix from log messages tag. 2016-05-12 22:29:30 -07:00
splunk 1.change validateNoSchema into validateNoScheme 2016-03-31 12:29:15 +08:00
syslog Remove docker/ prefix from log messages tag. 2016-05-12 22:29:30 -07:00
context.go Remove docker/ prefix from log messages tag. 2016-05-12 22:29:30 -07:00
copier.go Remove the logger.Message ContainerID field 2016-05-31 16:41:29 -04:00
copier_test.go Remove the logger.Message ContainerID field 2016-05-31 16:41:29 -04:00
factory.go inherit the daemon log options when creating containers 2016-05-02 23:04:04 +08:00
logger.go Remove the logger.Message ContainerID field 2016-05-31 16:41:29 -04:00