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
Cory Snider a67e159909 daemon/logger: hold LogFile lock less on ReadLogs
Reduce the amount of time ReadLogs holds the LogFile fsop lock by
releasing it as soon as all the files are opened, before parsing the
compressed file headers.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2022-05-19 15:23:18 -04:00
..
awslogs test: use T.Setenv to set env vars in tests 2022-04-23 17:44:16 +08:00
etwlogs panic() instead of logrus.Fatal() in init funcs 2022-04-21 12:15:20 +02:00
fluentd panic() instead of logrus.Fatal() in init funcs 2022-04-21 12:15:20 +02:00
gcplogs panic() instead of logrus.Fatal() in init funcs 2022-04-21 12:15:20 +02:00
gelf panic() instead of logrus.Fatal() in init funcs 2022-04-21 12:15:20 +02:00
journald daemon/logger: remove ProducerGone from LogWatcher 2022-05-19 15:22:22 -04:00
jsonfilelog daemon/logger: follow LogFile without file watches 2022-05-19 15:22:22 -04:00
local daemon/logger: fix refcounting decompressed files 2022-05-19 15:22:22 -04:00
logentries panic() instead of logrus.Fatal() in init funcs 2022-04-21 12:15:20 +02:00
loggertest daemon/logger: fix refcounting decompressed files 2022-05-19 15:22:22 -04:00
loggerutils daemon/logger: hold LogFile lock less on ReadLogs 2022-05-19 15:23:18 -04:00
splunk test: use T.Setenv to set env vars in tests 2022-04-23 17:44:16 +08:00
syslog panic() instead of logrus.Fatal() in init funcs 2022-04-21 12:15:20 +02:00
templates staticcheck: ignore "SA1019: strings.Title is deprecated" 2022-03-16 12:11:54 +01:00
adapter.go
adapter_test.go daemon/logger: remove ProducerGone from LogWatcher 2022-05-19 15:22:22 -04:00
copier.go
copier_test.go
factory.go
log_cache_opts.go
logger.go daemon/logger: remove ProducerGone from LogWatcher 2022-05-19 15:22:22 -04:00
logger_error.go
logger_test.go
loginfo.go
metrics.go
plugin.go
plugin_unix.go
plugin_unsupported.go
proxy.go
ring.go
ring_test.go