Redirect stderr to stdout for the buildlogsarchiver.

This commit is contained in:
Jake Moshenko 2014-09-12 14:46:29 -04:00
parent 69c367514c
commit 511ee12a58

View file

@ -3,6 +3,6 @@
echo 'Starting build logs archiver worker' echo 'Starting build logs archiver worker'
cd / cd /
venv/bin/python -m workers.buildlogsarchiver venv/bin/python -m workers.buildlogsarchiver 2>&1
echo 'Diffs worker exited' echo 'Diffs worker exited'