mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 22:07:51 +00:00
Get all the nodes to turn on Eliot logging.
This commit is contained in:
parent
46692b5835
commit
29503c5648
@ -139,6 +139,7 @@ def _run_node(reactor, node_dir, request, magic_text):
|
||||
sys.executable,
|
||||
(
|
||||
sys.executable, '-m', 'allmydata.scripts.runner',
|
||||
'--eliot-destination', 'file:{}/logs/eliot.json'.format(node_dir),
|
||||
'run',
|
||||
node_dir,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user