-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
7.0.0.GA
-
None
Currently setting org.apache.cxf.logging.enabled requires server restart (reload doesn't help) to have soap messages logged.
[standalone@localhost:9990 /] /system-property=org.apache.cxf.logging.enabled:add(value=true)
restart the server
Currently org.apache.cxf.logging.enabled is checked in static block of ExtensionManagerBus
https://github.com/apache/cxf/blob/master/core/src/main/java/org/apache/cxf/bus/extension/ExtensionManagerBus.java#L68-L72
Would it be possible to make setting or changing org.apache.cxf.logging.enabled available instantly in runtime without restarting the server ?
Main use case is for investigation in production.
- is related to
-
JBWS-4022 Allow logging to be enabled on-the-fly
-
- Resolved
-