Get all the nodes to turn on Eliot logging.

This commit is contained in:
Jean-Paul Calderone 2019-02-27 09:11:47 -05:00
parent 46692b5835
commit 29503c5648

View File

@ -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,
),