branch | stable |
changeset 5646 | c9550c1239f0 |
parent 5640 | 8a6d14f4fb9d |
child 5647 | b21655cfc835 |
--- a/cwconfig.py Wed Jun 02 18:12:27 2010 +0200 +++ b/cwconfig.py Wed Jun 02 23:03:35 2010 +0000 @@ -696,7 +696,7 @@ # for now, hard code weekly rotation every sunday, and 52 weeks kept # idea: make this configurable? init_log(debug, syslog, logthreshold, logfile, self.log_format, - rotation_parameters={'when': 'W7', # every sunday + rotation_parameters={'when': 'W6', # every sunday 'interval': 1, 'backupCount': 52, })