summaryrefslogtreecommitdiff
path: root/funcs.py
diff options
context:
space:
mode:
Diffstat (limited to 'funcs.py')
-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,
]