[logback-user] Configure RollingFileAppender to keep a back up of Fifty log files in Logback

Wu, Jun 2 Jun2.Wu at cibc.com
Thu Jul 18 15:03:43 CEST 2013


Hi Reddy,

 can you change your configuration as below:
  <rollingPolicy class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
     <FileNamePattern>myLog.%i.log</FileNamePattern>
     <minIndex>1</minIndex>
     <maxIndex>30</maxIndex>
  </rollingPolicy> 


Regards,

Jun Wu| Senior Developer| Web Services Department | Deposit Products and Business Banking Technology | CIBC
(416)-780-5042 | jun2.wu at cibc.com

This email message and any attachments are CONFIDENTIAL. If you have received this message in error, please notify us immediately by return email and delete this message and any attachments without disclosing or distributing them further. Thank you.
Ce courriel, ainsi que toute pièce jointe, est CONFIDENTIEL. Si vous avez reçu ce message par erreur, veuillez nous en aviser surle-champ en nous le renvoyant et le supprimer, ainsi que toute pièce jointe, sans en avoir divulgué ou diffusé le contenu. Merci.


-----Original Message-----
From: Logback-user [mailto:logback-user-bounces at qos.ch] On Behalf Of Govardhana
Sent: Thursday, July 18, 2013 7:25 AM
To: logback-user at qos.ch
Subject: Re: [logback-user] Configure RollingFileAppender to keep a back up of Fifty log files in Logback


Hi David,

Have referred the above link which you mentioned but i am not able to get the exact information  which i am looking for.

I have used "FixedWindowRollingPolicy", and this supports up to 13 log files, after that it is rolls over the existing files 

Below is my configuration:

        <rollingPolicy
class="ch.qos.logback.core.rolling.FixedWindowRollingPolicy">
            <FileNamePattern>myLog.log.%i</FileNamePattern>
           * <maxIndex>50</maxIndex>*
        </rollingPolicy>

Note: Log file name pattern should be myLog.log.1.

Regards,
Reddy



--
View this message in context: http://logback.10977.n7.nabble.com/Configure-RollingFileAppender-to-keep-a-back-up-of-Fifty-log-files-in-Logback-tp12701p12703.html
Sent from the Users mailing list archive at Nabble.com.
_______________________________________________
Logback-user mailing list
Logback-user at qos.ch
http://mailman.qos.ch/mailman/listinfo/logback-user


More information about the Logback-user mailing list