Commit 840e834d authored by Łukasz Nowak's avatar Łukasz Nowak

- setup more verbose cron loggin


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45641 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d10d5139
......@@ -270,7 +270,7 @@ class Recipe(BaseSlapRecipe):
__name__ + '.execute', 'execute')], self.ws, sys.executable,
self.wrapper_directory, arguments=[
self.options['dcrond_binary'].strip(), '-s', cron_d, '-c', crontabs,
'-t', timestamps, '-f', '-l', '6', '-M', catcher]
'-t', timestamps, '-f', '-l', '5', '-M', catcher]
)[0]
self.path_list.append(wrapper)
return cron_d
......
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