[jboss-jira] [JBoss JIRA] Resolved: (AS7-805) relative-to on Logging file handlers defined with default which is not honoured.
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Tue May 17 11:51:00 EDT 2011
[ https://issues.jboss.org/browse/AS7-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse resolved AS7-805.
----------------------------------
Resolution: Done
https://github.com/jbossas/jboss-as/commit/bbbaeee458b3e970ab0086656578eec9f160641d
> relative-to on Logging file handlers defined with default which is not honoured.
> --------------------------------------------------------------------------------
>
> Key: AS7-805
> URL: https://issues.jboss.org/browse/AS7-805
> Project: Application Server 7
> Issue Type: Bug
> Components: Logging
> Affects Versions: 7.0.0.Beta3
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 7.0.0.CR1
>
>
> The paths for the logging subsystem are defined as: -
> <xs:complexType name="pathType">
> <xs:attribute name="relative-to" use="optional" default="jboss.server.log.dir" type="xs:string"/>
> <xs:attribute name="path" use="required" type="xs:string"/>
> </xs:complexType>
> However the default of jboss.server.log.dir is not used if the relative-to attribute is omitted and instead the path is either absolute or relative to the folder JBoss is started from.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list