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

Changes to json-formatter meta-data never take effect

    XMLWordPrintable

Details

    Description

      Suppose you manually (i.e. using notepad) add a logging formatter to a WildFly config:

                  <formatter name="JSON">
                      <json-formatter>
                          <meta-data>
                              <property name="foo" value="bar"/>
                          </meta-data>
                      </json-formatter>
                  </formatter>

      The next time you start WildFly, it propagates this change into logging.properties.

      Now stop WildFly and change "bar" to something else. Then start WildFly again. You will notice that your change is not propagated into logging.properties, and therefore never takes effect. Changing a property name also does not work. Neither does adding more properties. Neither does removing properties, except when you remove all of them.

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            rdicroce Richard DiCroce
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: