Skip to content
New issue

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

Issue with cronjob logs not being shipped to stderr #42

Open
NicolasCARPi opened this issue Nov 1, 2024 · 0 comments
Open

Issue with cronjob logs not being shipped to stderr #42

NicolasCARPi opened this issue Nov 1, 2024 · 0 comments

Comments

@NicolasCARPi
Copy link
Contributor

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....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant