[jboss-jira] [JBoss JIRA] (WFLY-2116) Validate order of handler attributes
James Perkins (JIRA)
jira-events at lists.jboss.org
Thu Sep 19 12:26:03 EDT 2013
James Perkins created WFLY-2116:
-----------------------------------
Summary: Validate order of handler attributes
Key: WFLY-2116
URL: https://issues.jboss.org/browse/WFLY-2116
Project: WildFly
Issue Type: Bug
Components: Logging
Reporter: James Perkins
Assignee: James Perkins
The order attributes are important for handlers. Specifically file handlers where attributes like append or rotate size need to be assigned before the file attribute is set.
>From the WildFly side getting the attributes in the correct order is fairly easy. The issue lies in the attributes may have been previously written in an incorrect order to the {{logging.properties}} file which would keep the same order when persisting the file back. Properties _may_ need to be removed and re-added in order to achieve the correct property ordering.
--
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
More information about the jboss-jira
mailing list