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
Yanqiang Miao f69f09f44c add compress option for 'jsonfiles' log driver
This PR adds support for compressibility of log file.
I added a new option conpression for the jsonfile log driver,
this option allows the user to specify compression algorithm to
compress the log files. By default, the log files will be
not compressed. At present, only support 'gzip'.

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>

'docker logs' can read from compressed files

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>

Add Metadata to the gzip header, optmize 'readlog'

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
2018-03-15 20:20:05 +08:00
..
awslogs Add canonical import comment 2018-02-05 16:51:57 -05:00
etwlogs Add canonical import comment 2018-02-05 16:51:57 -05:00
fluentd Add canonical import comment 2018-02-05 16:51:57 -05:00
gcplogs Add canonical import comment 2018-02-05 16:51:57 -05:00
gelf Add canonical import comment 2018-02-05 16:51:57 -05:00
journald Add canonical import comment 2018-02-05 16:51:57 -05:00
jsonfilelog add compress option for 'jsonfiles' log driver 2018-03-15 20:20:05 +08:00
logentries Add canonical import comment 2018-02-05 16:51:57 -05:00
loggerutils add compress option for 'jsonfiles' log driver 2018-03-15 20:20:05 +08:00
splunk Merge pull request #36220 from dnephin/support-proxy-in-splunk-driver 2018-02-08 15:32:19 +01:00
syslog Add canonical import comment 2018-02-05 16:51:57 -05:00
templates Add canonical import comment 2018-02-05 16:51:57 -05:00
adapter.go Merge pull request #35829 from cpuguy83/no_private_mount_for_plugins 2018-02-21 12:28:13 +01:00
adapter_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
copier.go Add canonical import comment 2018-02-05 16:51:57 -05:00
copier_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
factory.go Add canonical import comment 2018-02-05 16:51:57 -05:00
logger.go Fix typos in daemon 2018-02-10 19:42:54 +08:00
logger_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
loginfo.go Add canonical import comment 2018-02-05 16:51:57 -05:00
plugin.go Merge pull request #35829 from cpuguy83/no_private_mount_for_plugins 2018-02-21 12:28:13 +01:00
plugin_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
plugin_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
proxy.go Add canonical import comment 2018-02-05 16:51:57 -05:00
ring.go daemon/logger/ring.go: log error not instance 2018-03-03 16:29:57 +00:00
ring_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00