[jboss-jira] [JBoss JIRA] (AS7-6448) Document new system properties for the configuration history length and the number of days

Ivo Studensky (JIRA) jira-events at lists.jboss.org
Tue Feb 5 03:43:51 EST 2013


Ivo Studensky created AS7-6448:
----------------------------------

             Summary: Document new system properties for the configuration history length and the number of days
                 Key: AS7-6448
                 URL: https://issues.jboss.org/browse/AS7-6448
             Project: Application Server 7
          Issue Type: Task
          Components: Documentation, Domain Management
    Affects Versions: 7.1.2.Final (EAP)
            Reporter: Ivo Studensky
            Assignee: Brian Stansberry


New system properties have been introduced to AS7 which allow setting of the configuration history length and the number of days they are kept. These properties need to be documented properly. See AS7-4931.

The default value of jboss.config.current-history-length is 100 and the default value of jboss.config.history-days is 30.

Here is an example configuration:
{code:title=standalone.xml|xml}
..
    </extensions>

    <system-properties>
        <property name="jboss.config.current-history-length" value="50"/>
        <property name="jboss.config.history-days" value="15"/>
    </system-properties>

    <management>
..
{code}

--
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