[jira] [Updated] (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2013-01-22 Thread Hans Meier (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hans Meier updated LOG4NET-27:
--

Attachment: RollingFileAppender.zip

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

 Key: LOG4NET-27
 URL: https://issues.apache.org/jira/browse/LOG4NET-27
 Project: Log4net
  Issue Type: New Feature
  Components: Appenders
Affects Versions: 1.2.11
Reporter: Florian Ramillien
Priority: Minor
 Fix For: 1.2 Maintenance Release

 Attachments: appender_diff, LOG4NET-27.patch, RollingFileAppender.cs, 
 RollingFileAppender.cs, RollingFileAppender.cs, RollingFileAppender.cs.patch, 
 rollingfileappender.diff, RollingFileAppender.patch, RollingFileAppender.zip


 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2013-01-21 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jochen Kühner updated LOG4NET-27:
-

Attachment: rollingfileappender.diff

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

 Key: LOG4NET-27
 URL: https://issues.apache.org/jira/browse/LOG4NET-27
 Project: Log4net
  Issue Type: New Feature
  Components: Appenders
Affects Versions: 1.2.11
Reporter: Florian Ramillien
Priority: Minor
 Fix For: 1.2 Maintenance Release

 Attachments: appender_diff, LOG4NET-27.patch, RollingFileAppender.cs, 
 RollingFileAppender.cs, RollingFileAppender.cs, RollingFileAppender.cs.patch, 
 rollingfileappender.diff, RollingFileAppender.patch


 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2013-01-20 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jochen Kühner updated LOG4NET-27:
-

Attachment: appender_diff

Patch for Trimming Files Daily...

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

 Key: LOG4NET-27
 URL: https://issues.apache.org/jira/browse/LOG4NET-27
 Project: Log4net
  Issue Type: New Feature
  Components: Appenders
Affects Versions: 1.2.11
Reporter: Florian Ramillien
Priority: Minor
 Fix For: 1.2 Maintenance Release

 Attachments: appender_diff, LOG4NET-27.patch, RollingFileAppender.cs, 
 RollingFileAppender.cs, RollingFileAppender.cs, RollingFileAppender.cs.patch, 
 RollingFileAppender.patch


 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2011-09-20 Thread Stefan Bodewig (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Bodewig updated LOG4NET-27:
--

Fix Version/s: (was: 1.2.11)
   1.2 Maintenance Release

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

 Key: LOG4NET-27
 URL: https://issues.apache.org/jira/browse/LOG4NET-27
 Project: Log4net
  Issue Type: New Feature
  Components: Appenders
Affects Versions: 1.2.11
Reporter: Florian Ramillien
Assignee: Roy Chastain
Priority: Minor
 Fix For: 1.2 Maintenance Release

 Attachments: LOG4NET-27.patch, RollingFileAppender.cs, 
 RollingFileAppender.cs, RollingFileAppender.cs.patch, 
 RollingFileAppender.patch


 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2011-04-26 Thread John Christopher Flores (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Christopher Flores updated LOG4NET-27:
---

Attachment: RollingFileAppender.cs

Added TrimFilesDaily property. Maintains the number of backup files based on 
maxSizeRollBackups value + 1

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

 Key: LOG4NET-27
 URL: https://issues.apache.org/jira/browse/LOG4NET-27
 Project: Log4net
  Issue Type: New Feature
  Components: Appenders
Affects Versions: 1.2.11
Reporter: Florian Ramillien
Priority: Minor
 Fix For: 1.2.11

 Attachments: LOG4NET-27.patch, RollingFileAppender.cs, 
 RollingFileAppender.cs, RollingFileAppender.cs.patch, 
 RollingFileAppender.patch


 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2011-04-26 Thread John Christopher Flores (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Christopher Flores updated LOG4NET-27:
---

Comment: was deleted

(was: Added TrimFilesDaily property. Maintains the number of backup files based 
on maxSizeRollBackups value + 1)

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

 Key: LOG4NET-27
 URL: https://issues.apache.org/jira/browse/LOG4NET-27
 Project: Log4net
  Issue Type: New Feature
  Components: Appenders
Affects Versions: 1.2.11
Reporter: Florian Ramillien
Priority: Minor
 Fix For: 1.2.11

 Attachments: LOG4NET-27.patch, RollingFileAppender.cs, 
 RollingFileAppender.cs, RollingFileAppender.cs.patch, 
 RollingFileAppender.patch


 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2011-04-26 Thread John Christopher Flores (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Christopher Flores updated LOG4NET-27:
---

Comment: was deleted

(was: Hope this helps for some. TrimFilesDaily property is a boolean type. Just 
add parameter in your log4net configuration file and set it to true.)

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

 Key: LOG4NET-27
 URL: https://issues.apache.org/jira/browse/LOG4NET-27
 Project: Log4net
  Issue Type: New Feature
  Components: Appenders
Affects Versions: 1.2.11
Reporter: Florian Ramillien
Priority: Minor
 Fix For: 1.2.11

 Attachments: LOG4NET-27.patch, RollingFileAppender.cs, 
 RollingFileAppender.cs, RollingFileAppender.cs.patch, 
 RollingFileAppender.patch


 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Updated: (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2009-11-22 Thread Petr Felzmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Petr Felzmann updated LOG4NET-27:
-

Attachment: LOG4NET-27.patch

This is patch created from last attachment posted by Joshua Masek.

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

 Key: LOG4NET-27
 URL: https://issues.apache.org/jira/browse/LOG4NET-27
 Project: Log4net
  Issue Type: New Feature
  Components: Appenders
Affects Versions: 1.2.11
Reporter: Florian Ramillien
Priority: Minor
 Fix For: 1.2.11

 Attachments: LOG4NET-27.patch, RollingFileAppender.cs, 
 RollingFileAppender.cs.patch, RollingFileAppender.patch


 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2009-06-05 Thread Joshua Masek (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4NET-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua Masek updated LOG4NET-27:


Attachment: RollingFileAppender.cs

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

 Key: LOG4NET-27
 URL: https://issues.apache.org/jira/browse/LOG4NET-27
 Project: Log4net
  Issue Type: New Feature
  Components: Appenders
Affects Versions: 1.2.11
Reporter: Florian Ramillien
Priority: Minor
 Fix For: 1.2.11

 Attachments: RollingFileAppender.cs, RollingFileAppender.cs.patch, 
 RollingFileAppender.patch


 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (LOG4NET-27) Rolling files on date/time boundaries doesn't support a maximum number of backup files.

2005-08-29 Thread Nicko Cadell (JIRA)
 [ http://issues.apache.org/jira/browse/LOG4NET-27?page=all ]

Nicko Cadell updated LOG4NET-27:


Fix Version: v.Next
Description: 
A maximum of backup files exist when rolling files on file size, but not for 
rolling on date/time.

This can be implemented with the same config key : MaxSizeRollBackups

  was:
A maximum of backup files exist when rolling files on file size, but not for 
rolling on date/time.

This can be implemented with the same config key : MaxSizeRollBackups

Environment: 

 Rolling files on date/time boundaries doesn't support a maximum number of 
 backup files.
 ---

  Key: LOG4NET-27
  URL: http://issues.apache.org/jira/browse/LOG4NET-27
  Project: Log4net
 Type: New Feature
   Components: Appenders
 Reporter: Florian Ramillien
 Priority: Minor
  Fix For: v.Next
  Attachments: RollingFileAppender.cs.patch, RollingFileAppender.patch

 A maximum of backup files exist when rolling files on file size, but not for 
 rolling on date/time.
 This can be implemented with the same config key : MaxSizeRollBackups

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira