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.

 

I finished! On to the next chapter