]
Philippe Marschall updated WFLY-4219:
-------------------------------------
Fix Version/s: 9.0.0.Beta1
Use Message Format Patterns for Debug Logging
---------------------------------------------
Key: WFLY-4219
URL:
https://issues.jboss.org/browse/WFLY-4219
Project: WildFly
Issue Type: Patch
Components: EJB
Reporter: Philippe Marschall
Assignee: David Lloyd
Fix For: 9.0.0.Beta1
Most of the WildFly code uses message format patterns for debug logging in order to avoid
unnecessary allocations in normal operation. The EJB3 subsystem client seems to be one of
the few places where this is not yet the case and debug messages are always created even
if the debug logging is disabled.