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:
bc6304a
)
remove obsolete comment
95/head
author
Zooko Wilcox-O'Hearn
<zooko@zooko.com>
Tue, 5 Aug 2014 16:36:59 +0000
(16:36 +0000)
committer
Zooko Wilcox-O'Hearn
<zooko@zooko.com>
Tue, 5 Aug 2014 16:36:59 +0000
(16:36 +0000)
src/allmydata/node.py
patch
|
blob
|
history
diff --git
a/src/allmydata/node.py
b/src/allmydata/node.py
index 1a6bb94f087d04501340b110aa54b7b37ec57d44..d29ad22ce4c202edf3ca8772afbd5097eaec753e 100644
(file)
--- a/
src/allmydata/node.py
+++ b/
src/allmydata/node.py
@@
-384,7
+384,6
@@
class Node(service.MultiService):
os.path.join(self.basedir, "log_gatherer.furl"))
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()))
def log(self, *args, **kwargs):