----- Original Message -----
From: "Heiko Braun" <hbraun(a)redhat.com>
To: "jboss-as7-dev(a)lists.jboss.org Development"
<jboss-as7-dev(a)lists.jboss.org>
Sent: Friday, May 13, 2011 8:18:22 AM
Subject: [jboss-as7-dev] Fwd: AS 7 Logging Management?
> Heiko,
>
> Have anyone discussed with you logging management? Just
> wondering, because I would like to be able to do at least five
> things with jboss logging. First, I would like to be able to
> turn on and off CONSOLE logging. I would like to be able to
> go back and forth between ASYNC and SYNC logging. I would
> like to be able to change the log format. I would like to be
> able to change the log location, and finally, I would like to
> be able to change the log file attributes, like how large, and
> whether its a rolling log file or not.
>
> Just wondering if anything has happened around this stuff.
>
> Andy
AFAIKT, the isn't much yet.
Apart from the regular model operation (add,remove, etc) there is
just:
"remove-root-logger",
"set-root-logger"
The description isn't very details as well:
[domain@localhost:9999 /]
/profile=default/subsystem=logging:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "The configuration of the logging
subsystem.",
"head-comment-allowed" => true,
"tail-comment-allowed" => true,
"namespace" => "urn:jboss:domain:logging:1.0",
"operations" => undefined,
"children" => {
"root-logger" => {"description" => "Defines
the root
logger for this log context."},
"handler" => {"description" => "The logging
handler."}
}
},
"compensating-operation" => undefined
}
So, to answer your question: No I don't think the management use
cases are covered.
But I can take a detailed look next week.
Ike
Thanks.
Andy
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev