[jboss-as7-dev] Add/Remove Loggers and Handlers
ssilvert at redhat.com
ssilvert at redhat.com
Thu Jun 9 07:56:05 EDT 2011
I'm trying to add and remove loggers and handlers. Should I be able
to do this in a management operation? "remove-root-logger" works, but
I can't remove an ordinary logger.
[standalone at localhost:9999 /] /subsystem=logging/:remove
{
"outcome" => "failed",
"failure-description" => "No handler for remove at address
[(\"subsystem\" => \"logging\")]"
}
[standalone at localhost:9999 /] /subsystem=logging/logger=com.arjuna/:remove
{
"outcome" => "failed",
"failure-description" => "java.lang.IllegalArgumentException"
}
More information about the jboss-as7-dev
mailing list