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

start.sh logs are being sent to stderr instead of stdout #4212

Open
vitorguidi opened this issue Aug 27, 2024 · 1 comment
Open

start.sh logs are being sent to stderr instead of stdout #4212

vitorguidi opened this issue Aug 27, 2024 · 1 comment

Comments

@vitorguidi
Copy link
Collaborator

This is probably some misconfiguration in start.sh at docker startup, it is happening for batch and kubernetes cronjobs

image
image

zvdy added a commit to zvdy/clusterfuzz that referenced this issue Oct 11, 2024
@zvdy
Copy link

zvdy commented Oct 11, 2024

This is due to the -x flag, it redirects everything to stderr as you mentioned, In order to perserve the debugging information that -x prints, 2>&1 will just output it to stdout

hope this helps @vitorguidi .

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

No branches or pull requests

2 participants