We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the container there is a cron task. Every minute it executes bin/console notifications:send.
bin/console notifications:send
Problem is that if there is an error in this script, the error is not shipped to the /dev/stderr of the container, so it's invisible.
/dev/stderr
Something should be done so that errors in execution of this cronjobs must appear in the error output of the container.
Already tried:
It might be because nginx is already hogging /dev/stdout and /dev/stderr, dunno....
nginx
/dev/stdout
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the container there is a cron task. Every minute it executes
bin/console notifications:send
.Problem is that if there is an error in this script, the error is not shipped to the
/dev/stderr
of the container, so it's invisible.Something should be done so that errors in execution of this cronjobs must appear in the error output of the container.
Already tried:
It might be because
nginx
is already hogging/dev/stdout
and/dev/stderr
, dunno....The text was updated successfully, but these errors were encountered: