Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 937 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 937 Bytes

justforfunc 15: a code review with logging, errors, and signals

Back to code reviews! This time I review a piece of code by Sandeep, from his repo logpipe.

The program simply reads from standard input and sends each line both to standard output and a logging service.

What could go wrong? Many things!

References: