[jira] Updated: (QPID-2472) QpidCompositeRollingAppender log4j configuration is misleading

2010-04-01 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell updated QPID-2472:
-

Status: Ready To Review  (was: In Progress)

 QpidCompositeRollingAppender log4j configuration is misleading
 --

 Key: QPID-2472
 URL: https://issues.apache.org/jira/browse/QPID-2472
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker
Affects Versions: 0.5, 0.6
Reporter: Andrew Kennedy
Assignee: Robbie Gemmell
 Fix For: 0.7

 Attachments: 
 0003-QPID-2472-Correct-log4j-XML-configuration-comments.patch


 The QpidCompositeRollingAppender logging appender configuration is 
 misleading. The configuration file states that the default rollover size is 
 1MB, wheras the actual default in the code is 10 MB. Additionally, the 
 'CompressBackupFiles' flag controls both the creation of backups in a 
 separate directory on rollover, and the compression of these files. This 
 property should either be renamed or backing up of files to a separate 
 location should be enabled based on the presence of the 'backupFilesToPath' 
 property instead.

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


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Updated: (QPID-2472) QpidCompositeRollingAppender log4j configuration is misleading

2010-03-29 Thread Andrew Kennedy (JIRA)

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

Andrew Kennedy updated QPID-2472:
-

Attachment: 0001-QPID-2472-Correct-log4j-XML-configuration-comments.patch

Correct the default rollover file size in the log4j XML configuration to match 
code value of 10 MB

 QpidCompositeRollingAppender log4j configuration is misleading
 --

 Key: QPID-2472
 URL: https://issues.apache.org/jira/browse/QPID-2472
 Project: Qpid
  Issue Type: Bug
  Components: Java Broker
Affects Versions: 0.5, 0.6
Reporter: Andrew Kennedy
 Fix For: 0.7

 Attachments: 
 0001-QPID-2472-Correct-log4j-XML-configuration-comments.patch


 The QpidCompositeRollingAppender logging appender configuration is 
 misleading. The configuration file states that the default rollover size is 
 1MB, wheras the actual default in the code is 10 MB. Additionally, the 
 'CompressBackupFiles' flag controls both the creation of backups in a 
 separate directory on rollover, and the compression of these files. This 
 property should either be renamed or backing up of files to a separate 
 location should be enabled based on the presence of the 'backupFilesToPath' 
 property instead.

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


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org