moby--moby/daemon/logger/jsonfilelog
Brian Goff 52d82b4fbc Refactor log file writer
Make the `*RotateFileWriter` specifically about writing
`logger.Message`'s, which is what it's used for.

This allows for future changes where the log writer can cache details
about log entries such as (e.g.) the timestamps included in a particular
log file, which can be used to optimize reads.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-11-04 08:15:20 -04:00
..
jsonlog Move jsonlog to a subpackage of jsonfilelog 2017-09-25 16:07:25 -04:00
multireader fd leak and error handling 2017-06-23 15:38:35 +08:00
jsonfilelog.go Refactor log file writer 2017-11-04 08:15:20 -04:00
jsonfilelog_test.go Move jsonlog to a subpackage of jsonfilelog 2017-09-25 16:07:25 -04:00
read.go Add --until flag for docker logs; closes #32807 2017-11-01 10:08:49 +01:00
read_test.go Move jsonlog to a subpackage of jsonfilelog 2017-09-25 16:07:25 -04:00