enable verbose mode

This commit is contained in:
dave 2016-05-09 19:15:33 -07:00
parent 2cbcb79b1d
commit b3af07ed88
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[program:buildbot]
command=/usr/bin/buildbot start --nodaemon /opt/buildbot/
command=/usr/bin/buildbot --verbose start --nodaemon /opt/buildbot/
autorestart=true

View File

@ -1,3 +1,3 @@
[program:buildbot-slave]
command=/usr/bin/buildslave start --nodaemon /opt/buildbot-slave/
command=/usr/bin/buildslave --verbose start --nodaemon /opt/buildbot-slave/
autorestart=true