Log to `stderr` instead of `stdout`. by k4p7 · Pull Request #295 · heroku/12factor

1 min read Original article ↗

Skip to content

Navigation Menu

Conversation

`stdout` is for program output and `stderr` is for program logging.
The reason for this separation is so logging output does not get mixed
in with a program's intended output.

aucampia

Josh-Schmidt

@zevdg zevdg mentioned this pull request

Dec 28, 2021