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
Patrick Haas ef553e14a4 Fix gcplogs memory/connection leak
The cloud logging client should be closed when the log driver is closed. Otherwise dockerd will keep a gRPC connection to the logging endpoint open indefinitely.

This results in a slow leak of tcp sockets (1) and memory (~200Kb) any time that a container using `--log-driver=gcplogs` is terminates.

Signed-off-by: Patrick Haas <patrickhaas@google.com>
2020-09-30 17:45:19 -07:00
..
awslogs
etwlogs
fluentd
gcplogs Fix gcplogs memory/connection leak 2020-09-30 17:45:19 -07:00
gelf
journald add partial metadata to journald logs 2020-09-01 12:54:05 +02:00
jsonfilelog Reduce allocations for logfile reader 2020-04-08 12:24:31 -07:00
local Reduce allocations for logfile reader 2020-04-08 12:24:31 -07:00
logentries
loggerutils Fix log file rotation test. 2020-07-15 11:06:07 -07:00
splunk
syslog Fixes #41010 skip empty lines 2020-06-06 12:36:50 +08:00
templates
adapter.go
adapter_test.go
copier.go
copier_test.go
factory.go Improve error feedback when plugin does not implement desired interface 2020-04-21 18:06:24 -03:00
log_cache_opts.go
logger.go
logger_test.go
loginfo.go
metrics.go
plugin.go
plugin_unix.go
plugin_unsupported.go
proxy.go
ring.go
ring_test.go