Commit 0ca0e4ea authored by Alain Takoudjou's avatar Alain Takoudjou

Revert "Set correct log option"

This reverts commit 509d47a6.
parent 509d47a6
......@@ -85,7 +85,7 @@ class Recipe(GenericBaseRecipe):
GIT_SSH=self.options['ssh_client']
)
launch_args = [self.options['slaprunner'].strip(), config_file,
'--log_file', self.log_file]
'--logfile', self.log_file]
if self.optionIsTrue('debug', default=False):
launch_args.append('--debug')
......
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