Enable trollius debug in buildman in prod

This commit is contained in:
Joseph Schorr 2016-10-31 13:37:25 -04:00
parent cdb98c102e
commit 854c739417

View file

@ -3,6 +3,6 @@
echo 'Starting internal build manager'
cd /
venv/bin/python -m buildman.builder 2>&1
TROLLIUSDEBUG=1 venv/bin/python -m buildman.builder 2>&1
echo 'Internal build manager exited'