-
Bug
-
Resolution: Done
-
Major
-
7.1.0.Alpha1
-
None
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?
- relates to
-
AS7-1567 The attribute use-parent-handlers for the logger element is parsed, but not properly set
- Closed