clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

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

Open vitorguidi opened this issue 1 year ago • 1 comments

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

image image

vitorguidi avatar Aug 27 '24 13:08 vitorguidi

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 .

zvdy avatar Oct 11 '24 07:10 zvdy

This issue has not had any activity for 60 days and will be automatically closed in two weeks

github-actions[bot] avatar Jan 16 '25 21:01 github-actions[bot]

This issue has not had any activity for 60 days and will be automatically closed in two weeks

github-actions[bot] avatar Mar 17 '25 22:03 github-actions[bot]

Automatically closing stale issue

github-actions[bot] avatar Mar 31 '25 22:03 github-actions[bot]