Why Are Docker Logs Written to stdout — How the Unix I/O Model Survived into the Container Era
Why should application logs go to stdout instead of files in Docker and Kubernetes? Tracing container logging leads back to Unix design. This article shows how the stdout/stderr I/O model evolved into modern cloud logging systems.