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

Brian Stansberry (JIRA) issues at jboss.org
Mon Dec 1 15:52:55 EST 2014


     [ https://issues.jboss.org/browse/WFCORE-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry moved WFLY-1231 to WFCORE-349:
-----------------------------------------------

        Project: WildFly Core  (was: WildFly)
            Key: WFCORE-349  (was: WFLY-1231)
    Component/s: Domain Management
                     (was: Documentation)
                     (was: Domain Management)


> Document new system properties for the configuration history length and the number of days
> ------------------------------------------------------------------------------------------
>
>                 Key: WFCORE-349
>                 URL: https://issues.jboss.org/browse/WFCORE-349
>             Project: WildFly Core
>          Issue Type: Task
>          Components: Domain Management
>            Reporter: Ivo Studensky
>
> 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 was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list