Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
fix log rotating
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Oct 12, 2010
1 parent 351a16e commit f6e2fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -878,10 +878,10 @@ setup_BB_dev_tests(slow_lock, hour=20, minute=50)


#NO proxy via apache, so it can be kicked locally at least
c['status'].append(html.WebStatus(http_port=8009, allowForce=True))
c['status'].append(html.WebStatus(http_port=8009, allowForce=True, logRotateLength=0))

#proxy THIS via apache
c['status'].append(html.WebStatus(http_port=8010, allowForce=False))
c['status'].append(html.WebStatus(http_port=8010, allowForce=False, logRotateLength=0))


c['projectName'] = "Zope wineggbuilder and windows buildbot"
Expand Down

0 comments on commit f6e2fe6

Please sign in to comment.