1 Reply Latest reply on Oct 17, 2012 2:00 AM by nickarls

    JBoss7 Size-Rotating-File-Handler - possible to archive

    aksk1995

      I understand how to use this logger:

      - define the size threshold (file will rotate when size reached)

      - define the max. number of files to keep.

      Is it possible to move the old files to a different directory so that in the main logging directory only the current file (server.log) will exist, and all older logs are moved to another directory? This is similar to logback's RollingFileAppender.

       

      Thanks