mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Fix the change to turn off bridging to Twisted log.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
a2a4b91fd5
commit
0583141543
@ -381,7 +381,7 @@ class Node(service.MultiService):
|
|||||||
self.tub.setOption("log-gatherer-furl", lgfurl)
|
self.tub.setOption("log-gatherer-furl", lgfurl)
|
||||||
self.tub.setOption("log-gatherer-furlfile",
|
self.tub.setOption("log-gatherer-furlfile",
|
||||||
os.path.join(self.basedir, "log_gatherer.furl"))
|
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")
|
incident_dir = os.path.join(self.basedir, "logs", "incidents")
|
||||||
foolscap.logging.log.setLogDir(incident_dir.encode(get_filesystem_encoding()))
|
foolscap.logging.log.setLogDir(incident_dir.encode(get_filesystem_encoding()))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user