Commit 933577a5 authored by Jérome Perrin's avatar Jérome Perrin

standalone: invoke slapos with -v in debug mode

parent 8aef0c9a
......@@ -247,7 +247,7 @@ class StandaloneSlapOS(object):
'command':
'slapos node software --cfg {self._slapos_config} --all {debug_args}',
'debug_args':
'--buildout-debug',
'-v --buildout-debug',
'stdout_logfile':
'{self._log_directory}/slapos-node-software.log',
},
......@@ -255,7 +255,7 @@ class StandaloneSlapOS(object):
'command':
'slapos node instance --cfg {self._slapos_config} --all {debug_args}',
'debug_args':
'--buildout-debug',
'-v --buildout-debug',
'stdout_logfile':
'{self._log_directory}/slapos-node-instance.log',
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment