From: Daira Hopwood Date: Fri, 30 Oct 2015 13:10:31 +0000 (+0000) Subject: Turn off bridging to Twisted log. X-Git-Url: https://git.rkrishnan.org/provisioning?a=commitdiff_plain;h=a21b62bb6040532688f379bfa1291e479a0fa9fe;p=tahoe-lafs%2Ftahoe-lafs.git Turn off bridging to Twisted log. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/node.py b/src/allmydata/node.py index c24dd084..27b789dd 100644 --- a/src/allmydata/node.py +++ b/src/allmydata/node.py @@ -386,7 +386,7 @@ class Node(service.MultiService, ConfigMixin): self.tub.setOption("log-gatherer-furl", lgfurl) self.tub.setOption("log-gatherer-furlfile", os.path.join(self.basedir, "log_gatherer.furl")) - self.tub.setOption("bridge-twisted-logs", True) + #self.tub.setOption("bridge-twisted-logs", True) incident_dir = os.path.join(self.basedir, "logs", "incidents") # this doesn't quite work yet: unit tests fail foolscap.logging.log.setLogDir(incident_dir.encode(get_filesystem_encoding()))