projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2a4b91
)
Fix the change to turn off bridging to Twisted log.
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 29 Oct 2015 21:15:24 +0000
(21:15 +0000)
committer
Daira 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
patch
|
blob
|
history
diff --git
a/src/allmydata/node.py
b/src/allmydata/node.py
index b10c790d82266154a2b5c9b2d31a529aad7c53b0..44cac8aad29a7cb8556fa0c8b53a6a0d75dd7c04 100644
(file)
--- a/
src/allmydata/node.py
+++ b/
src/allmydata/node.py
@@
-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", Fals
e)
+
#self.tub.setOption("bridge-twisted-logs", Tru
e)
incident_dir = os.path.join(self.basedir, "logs", "incidents")
foolscap.logging.log.setLogDir(incident_dir.encode(get_filesystem_encoding()))