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:
4e05ced
)
Turn off bridging to Twisted log.
author
Daira Hopwood
<daira@jacaranda.org>
Fri, 30 Oct 2015 13:10:31 +0000
(13:10 +0000)
committer
Daira 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
patch
|
blob
|
history
diff --git
a/src/allmydata/node.py
b/src/allmydata/node.py
index c24dd084a382b7c445d4b01d00b65d447e2dffcc..27b789ddc42276f561c7ee83e7d6ee5da4abff6e 100644
(file)
--- 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()))