moby--moby/daemon/logger
Brian Goff 16f7cd6749 Move json log reading into log file object
This allows much of the read logic to be shared for other things,
especially for the new log driver proposed in
https://github.com/moby/moby/issues/33475

The only logic for reads in the json logger is around decoding log
messages, which gets passed into the log file object.

This also helps with implementing compression as it allows us to
simplify locking strategies.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-11-04 08:31:58 -04:00
..
awslogs
etwlogs
fluentd
gcplogs
gelf
journald
jsonfilelog Move json log reading into log file object 2017-11-04 08:31:58 -04:00
logentries
loggerutils Move json log reading into log file object 2017-11-04 08:31:58 -04:00
splunk
syslog
templates
adapter.go
adapter_test.go
copier.go
copier_test.go
factory.go
logger.go
logger_test.go
loginfo.go
plugin.go
plugin_unix.go
plugin_unsupported.go
proxy.go
ring.go
ring_test.go