moby--moby/daemon/logger/jsonfilelog
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
..
jsonlog Move jsonlog to a subpackage of jsonfilelog 2017-09-25 16:07:25 -04:00
jsonfilelog.go Move json log reading into log file object 2017-11-04 08:31:58 -04:00
jsonfilelog_test.go Move json log reading into log file object 2017-11-04 08:31:58 -04:00
read.go Move json log reading into log file object 2017-11-04 08:31:58 -04:00
read_test.go Move json log reading into log file object 2017-11-04 08:31:58 -04:00