Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2413

logger => use-parent-handlers is always true in the management model

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.CR1
    • 7.1.0.Alpha1
    • Logging
    • None

    Description

      Hi James,

      Put this in your standalone.xml:

      <logger category="jacorb" use-parent-handlers="false"/>
      

      You will get this in CLI:

      [standalone@localhost:9999 logger=jacorb] /subsystem=logging/logger=jacorb/:read-resource
      {
          "outcome" => "success",
          "result" => {
              "category" => "jacorb",
              "handlers" => undefined,
              "level" => "INFO",
              "use-parent-handlers" => true
          }
      }
      

      Also, do you know why use-parent-handlers is listed as a read-only field?

      Attachments

        Issue Links

          Activity

            People

              jperkins-rhn James Perkins
              ssilvert@redhat.com Stan Silvert
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: