clusterfuzz
clusterfuzz copied to clipboard
start.sh logs are being sent to stderr instead of stdout
This is probably some misconfiguration in start.sh at docker startup, it is happening for batch and kubernetes cronjobs
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 .
This issue has not had any activity for 60 days and will be automatically closed in two weeks
This issue has not had any activity for 60 days and will be automatically closed in two weeks
Automatically closing stale issue