[
https://issues.jboss.org/browse/WFCORE-349?page=com.atlassian.jira.plugin...
]
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)