[jboss-jira] [JBoss JIRA] Created: (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:02:01 EDT 2011


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
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse


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