branch | stable |
changeset 5647 | b21655cfc835 |
parent 5641 | 4c1d0e80a376 |
parent 5646 | c9550c1239f0 |
child 5655 | ef903fff826d |
child 5812 | d970049d7cfd |
--- a/cwconfig.py Wed Jun 02 18:12:47 2010 +0200 +++ b/cwconfig.py Wed Jun 02 23:06:38 2010 +0200 @@ -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, })