]
Darran Lofthouse resolved AS7-805.
----------------------------------
Resolution: Done
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: