summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-18 10:37:02 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-18 10:37:02 +0300
commitd8db5f9064b735d169279c3b770c16214793f2ff (patch)
tree91fe93e77929a5c416ae3ce1121c1685ea5286d0
parent31ce65505a4d8551d3c5a3da3a9fd6719a0e3e72 (diff)
downloadick-contractor-d8db5f9064b735d169279c3b770c16214793f2ff.tar.gz
Add: log file of contractor when run by Subplot
-rw-r--r--funcs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs.py b/funcs.py
index ecc7d81..0d157a8 100644
--- a/funcs.py
+++ b/funcs.py
@@ -29,6 +29,7 @@ def _contractor():
return [
os.path.join(srcdir, 'contractor'),
'--no-default-config',
+ '--log', os.path.join(srcdir, 'contractor.log'),
'--manager-address', addr,
]