moby--moby/integration/plugin/logging/cmd
Brian Goff e7479e3ab8 Fix logging plugin crash unrecoverable
In cases where a logging plugin has crashed when the daemon tries to
copy the container stdio to the logging plugin it returns a broken pipe
error and any log entries that occurr while the plugin is down are lost.

Fix this by opening read+write in the daemon so logs are not lost while
the plugin is down.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-05-14 16:51:56 -04:00
..
close_on_start Fix logging plugin crash unrecoverable 2018-05-14 16:51:56 -04:00
dummy Move log validator logic after plugins are loaded 2018-02-15 11:53:11 -05:00
cmd_test.go Move log validator logic after plugins are loaded 2018-02-15 11:53:11 -05:00