Commit accc18d8 authored by Jérome Perrin's avatar Jérome Perrin

standalone: invoke slapos with -v in debug mode

Some information (like the actual buildout command used to invoke buildout ) is shown only when slapos node runs with `-v`

See merge request !190
parents 83da99e0 933577a5
...@@ -247,7 +247,7 @@ class StandaloneSlapOS(object): ...@@ -247,7 +247,7 @@ class StandaloneSlapOS(object):
'command': 'command':
'slapos node software --cfg {self._slapos_config} --all {debug_args}', 'slapos node software --cfg {self._slapos_config} --all {debug_args}',
'debug_args': 'debug_args':
'--buildout-debug', '-v --buildout-debug',
'stdout_logfile': 'stdout_logfile':
'{self._log_directory}/slapos-node-software.log', '{self._log_directory}/slapos-node-software.log',
}, },
...@@ -255,7 +255,7 @@ class StandaloneSlapOS(object): ...@@ -255,7 +255,7 @@ class StandaloneSlapOS(object):
'command': 'command':
'slapos node instance --cfg {self._slapos_config} --all {debug_args}', 'slapos node instance --cfg {self._slapos_config} --all {debug_args}',
'debug_args': 'debug_args':
'--buildout-debug', '-v --buildout-debug',
'stdout_logfile': 'stdout_logfile':
'{self._log_directory}/slapos-node-instance.log', '{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