Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-349

Document new system properties for the configuration history length and the number of days

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Management
    • None
    • Documentation (Ref Guide, User Guide, etc.)

      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:

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

            Unassigned Unassigned
            istudens@redhat.com Ivo Studensky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: