Skip to content

Commit

Permalink
revert debugging change, accidentally committed
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed May 9, 2011
1 parent 5e5d29f commit e095585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/buildbot/status/web/baseweb.py
Expand Up @@ -406,8 +406,8 @@ def _openLogFile(self, path):
# this will be replaced once we've been attached to a parent (and
# thus have a basedir and can reference BASEDIR)
root = static.Data("placeholder", "text/plain")
#httplog = os.path.abspath(os.path.join(self.master.basedir, "http.log"))
self.site = server.Site(root) #RotateLogSite(root, logPath=httplog)
httplog = os.path.abspath(os.path.join(self.master.basedir, "http.log"))
self.site = RotateLogSite(root, logPath=httplog)

# the following items are accessed by HtmlResource when it renders
# each page.
Expand Down

0 comments on commit e095585

Please sign in to comment.