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

Can't update subhandler on async handler

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Beta1
    • 7.0.0.Beta1
    • Logging
    • None

    Description

      David, sorry if I'm assigning to the wrong person. I guess this could be a CLI bug.

      [standalone@localhost:9999 /] cd subsystem=logging/async-handler=ASYNC
      [standalone@localhost:9999 async-handler=ASYNC] :read-resource(recursive=true)
      {
      "outcome" => "success",
      "result" =>

      { "level" => "INFO", "overflow-action" => "BLOCK", "queue-length" => 1024, "subhandlers" => ["FILE"] }
      }
      [standalone@localhost:9999 async-handler=ASYNC] :update-properties(subhandlers=["CONSOLE"]) {"outcome" => "success"}
      [standalone@localhost:9999 async-handler=ASYNC] :read-resource(recursive=true)
      {
      "outcome" => "success",
      "result" => { "level" => "INFO", "overflow-action" => "BLOCK", "queue-length" => 1024, "subhandlers" => ["FILE"] }

      }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: