Enable trollius debug in buildman in prod
This commit is contained in:
parent
cdb98c102e
commit
854c739417
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
Reference in a new issue