]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fix the change to turn off bridging to Twisted log.
authorDaira Hopwood <daira@jacaranda.org>
Thu, 29 Oct 2015 21:15:24 +0000 (21:15 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 29 Oct 2015 21:15:24 +0000 (21:15 +0000)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/node.py

index b10c790d82266154a2b5c9b2d31a529aad7c53b0..44cac8aad29a7cb8556fa0c8b53a6a0d75dd7c04 100644 (file)
@@ -381,7 +381,7 @@ class Node(service.MultiService):
             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", False)
+        #self.tub.setOption("bridge-twisted-logs", True)
         incident_dir = os.path.join(self.basedir, "logs", "incidents")
         foolscap.logging.log.setLogDir(incident_dir.encode(get_filesystem_encoding()))