27 lines
525 B
Mako
27 lines
525 B
Mako
## -*- mode: conf; -*-
|
|
|
|
<%text>############################################################</%text>
|
|
#
|
|
# cron config for Theo
|
|
#
|
|
<%text>############################################################</%text>
|
|
|
|
|
|
<%text>####################</%text>
|
|
# rattail
|
|
<%text>####################</%text>
|
|
|
|
[rattail.config]
|
|
include = %(here)s/rattail.conf
|
|
|
|
|
|
<%text>####################</%text>
|
|
# logging
|
|
<%text>####################</%text>
|
|
|
|
[handler_console]
|
|
level = WARNING
|
|
|
|
[handler_file]
|
|
args = ('${envroot}/app/log/cron.log', 'a', 'utf_8')
|
|
|