blob: a54d67acc073efa82fdc379425f94fbb72818f64 [file] [log] [blame]
// This shard instructs the ELF runner to forward stdout and stderr streams to LogSink.
{
include: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
forward_stderr_to: "log",
forward_stdout_to: "log",
},
}