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? :-)