mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
check_memory.py: have all clients write their logs to _test_memory/client.log instead of a separate file per client
This commit is contained in:
parent
4ee9f1b7df
commit
c7986389e5
@ -181,7 +181,8 @@ this file are ignored.
|
||||
|
||||
pp = ClientWatcher()
|
||||
self.proc_done = pp.d = defer.Deferred()
|
||||
cmd = ["twistd", "-y", "client.tac"]
|
||||
logfile = os.path.join(self.basedir, "client.log")
|
||||
cmd = ["twistd", "-y", "client.tac", "-l", logfile]
|
||||
env = os.environ.copy()
|
||||
self.proc = reactor.spawnProcess(pp, cmd[0], cmd, env, path=clientdir)
|
||||
log.msg("CLIENT STARTED")
|
||||
|
Loading…
x
Reference in New Issue
Block a user