mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-29 10:26:06 +00:00
If external logging is enabled, this patch sets the stdout and stderr of the `runc` invocations to one end of a socketpair and the other end is sent to the logging service. Otherwise we log to files as before. Signed-off-by: David Scott <dave.scott@docker.com>