]
James Perkins closed WFLY-1126.
-------------------------------
Resolution: Won't Fix
This is to vague. Subsystems would likely have to know about dependency logger names and
turn some of those on as well. For example the jpa subsystem might want to turn on
Hibernate log levels. Doesn't seem like a viable solution. Logger names should be
defined in the documentation.
Create ability to turn on logging levels per subsystem
------------------------------------------------------
Key: WFLY-1126
URL:
https://issues.jboss.org/browse/WFLY-1126
Project: WildFly
Issue Type: Feature Request
Components: Logging
Reporter: James Perkins
Assignee: James Perkins
Possibly edit the change-level operation to accept a subsystem name, e.g. jpa, and enable
the specified level for all the JPA categories.
{code}
/subsystem=logging:change-level(level=TRACE,subsystem=jpa)
{code}
More thought needs to go into this though. If the categories are already defined,
changing them could cause confusion.