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@localhost:9999 /] /subsystem=logging/:remove
{
"outcome" => "failed",
"failure-description" => "No handler for remove at address
[(\"subsystem\" => \"logging\")]"
}
[standalone@localhost:9999 /] /subsystem=logging/logger=com.arjuna/:remove
{
"outcome" => "failed",
"failure-description" => "java.lang.IllegalArgumentException"
}