From a21b62bb6040532688f379bfa1291e479a0fa9fe Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Fri, 30 Oct 2015 13:10:31 +0000
Subject: [PATCH] Turn off bridging to Twisted log.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 src/allmydata/node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()))
-- 
2.45.2