1 Reply Latest reply on Jan 23, 2009 2:05 PM by peterj

    Custom Logging

    mleite

      Hello there...

      I would like to know if is it possible to setup a DailyRollingFileAppender to create at maximum 10 files, i mean, i would like to create daily logs for the last 10 days, do not matter the file's size.

      I know that RollingFileAppender does something like that, that is, limit the number of files, but i was not able to do the same with DailyRollingFileAppender .

      Thanks in advance.