This would be cool. I think the datePattern is for the date inside the log file itself.
-----Original Message----- From: Janne H [mailto:jannehso...@yahoo.com] Sent: Tuesday, August 23, 2011 3:51 AM To: log4php-user@logging.apache.org Subject: LoggerAppenderRollingFile, missing feature or documenation bug? Hello. The docs http://logging.apache.org/log4php/docs/appender/appender.html#LoggerAppenderRollingFile tells of a option datePattern, that does not seem to exist. But it would be great if it did. What I really want is to be able to get my logs written to files with the name <some name>-YmdHis.log (YmdHis is my date pattern that is appended to the logfiles when they are filled to the limit, maxFileSize. Wouldn't that be a nice feature? :-)