Sign in
fuchsia
/
fuchsia
/
refs/heads/sandbox/bradenkell/sdio-testing-dat0
/
.
/
sdk
/
lib
/
diagnostics
/
syslog
/
elf_stdio.shard.cml
blob: 67a4fe90fe045c3f0082ead3153d755485e23b19 [
file
] [
log
] [
blame
] [
edit
]
// 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"
,
},
}