Re: RollingFileAppender and DailyFileAppender combo usage
you can try CompositeRollingAppender http://devdaily.com/java/jwarehouse/jakarta-log4j-1.2.8/contribs/KevinSteppe/CompositeRollingAppender.shtml
RE: RollingFileAppender and DailyFileAppender combo usage
Configuration of the existing classes would probably not be possible, however subclassing RollingFileAppender to create your own appender should work. If you reimplement the rollOver method, then when the file reaches 10 MB your class will be called and you could perform the renaming/compression/co