From: Mark P. <ma...@ml...> - 2003-09-26 04:13:22
|
I have just uploaded Log-Dispatch-FileRotate-1.11.tar.gz to PAUSE. The changes are slight: 1.11 Thu Sep 25 11:18:04 EST 2003 - Forgot to update the Doco from 1.10. - Added some missing log4j recurrence patterns and made them case insensitive The doco update removes the missleading comment regarding the 'size' field. It used to say the size was specified in megs which it isn't. The second change allows for more log4j types of recurrance specifications. The following (case insensitive) is now allowed. I didn't want to remove the original ones (which were wrong) just in case someone was using them. 'yyyy-mm' # Every Month 'yyyy-ww' # Every week 'yyyy-dd' # Every day 'yyyy-mm-dd' # Every day 'yyyy-dd-a' # Every day 12noon 'yyyy-mm-dd-a' # Every day 12noon 'yyyy-dd-hh' # Every hour 'yyyy-mm-dd-hh' # Every hour 'yyyy-dd-hh-mm' # Every minute 'yyyy-mm-dd-hh-mm' # Every minute So yyyy-MM-dd-hh should now do the right thing. cheers markpf |