mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
trying to introduce old style humanreadablied logs hopefully without breaking the existing ones
This commit is contained in:
@ -37,6 +37,7 @@ class Client(node.Node, Referenceable):
|
||||
|
||||
def __init__(self, basedir="."):
|
||||
node.Node.__init__(self, basedir)
|
||||
self.logSource="Client"
|
||||
self.my_furl = None
|
||||
self.introducer_client = None
|
||||
self.init_storage()
|
||||
|
Reference in New Issue
Block a user