Outline
Producing Logs
To output a log, us the STDOUT
and STDERR
output using the script inside your application.
You can also use the paths '/dev/stdout'
or '/dev/stderr'
as if they were files to write to output.
To output a log, us the STDOUT
and STDERR
output using the script inside your application.
You can also use the paths '/dev/stdout'
or '/dev/stderr'
as if they were files to write to output.