When explaining the `stderr` and `stdout` options, https://unit.nginx.org/configuration/#applications mentions that > When running in --no-daemon mode, application output is always redirected to [Unit’s log file](https://unit.nginx.org/troubleshooting/#troubleshooting-log). This is misleading because only stderr is redirected. stdout still defaults to /dev/null and cannot be redirected when using `--no-daemon` mode. Fixing that is a separate issue (https://github.com/nginx/unit/issues/1178) but for now the docs should be clearer.