
Hi Reddy, You can use your file name pattern: myLog.log.%i But make sure you have configure triggering policy Regards, Jun Wu| Senior Developer| Web Services Department | Deposit Products and Business Banking Technology | CIBC (416)-780-5042 | jun2.wu@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@qos.ch] On Behalf Of Wu, Jun 2 Sent: Thursday, July 18, 2013 9:04 AM To: logback users list Subject: Re: [logback-user] Configure RollingFileAppender to keep a back up of Fifty log files in Logback 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@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@qos.ch] On Behalf Of Govardhana Sent: Thursday, July 18, 2013 7:25 AM To: logback-user@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-b... Sent from the Users mailing list archive at Nabble.com. _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user