Closed
Description
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.
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 (nginx/unit#1178) but for now the docs should be clearer.
Metadata
Metadata
Assignees
Labels
No labels