mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-04 12:14:11 +00:00
Merge pull request #95 from zooko/remove-obsolete-comment
remove obsolete comment
This commit is contained in:
commit
731421b13f
@ -384,7 +384,6 @@ class Node(service.MultiService):
|
|||||||
os.path.join(self.basedir, "log_gatherer.furl"))
|
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")
|
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()))
|
foolscap.logging.log.setLogDir(incident_dir.encode(get_filesystem_encoding()))
|
||||||
|
|
||||||
def log(self, *args, **kwargs):
|
def log(self, *args, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user