]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Turn off bridging to Twisted log.
authorDaira Hopwood <daira@jacaranda.org>
Fri, 30 Oct 2015 13:10:31 +0000 (13:10 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 30 Oct 2015 13:10:31 +0000 (13:10 +0000)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/node.py

index c24dd084a382b7c445d4b01d00b65d447e2dffcc..27b789ddc42276f561c7ee83e7d6ee5da4abff6e 100644 (file)
@@ -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()))