nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.29k stars 325 forks source link

Docker images should redirect error log message to stderr (not stdout) #982

Closed lcrilly closed 5 months ago

lcrilly commented 9 months ago

To facilitate effective log streaming from Unit containers it would be better if the Unit log file was symlinked to /dev/stderr instead of /dev/stdout.

This leaves space for stdout to be used for access logging.

Originated in https://github.com/nginx/unit/issues/973