Ask a question
Limited-Time Offer: 50% off IBM TechXchange Conference 2025
IBM’s largest technical learning event is back October 6-9 in Orlando, FL
Custom Log4j logging is not working after 10.5 migration from 9.x? You can try below steps.
Since 10.5, webMethods has migrated to Log4j2. To migrate:
Copy /common/lib/ext/log4j/log4j-12api.jar into /instances/default/lib/jars/.
In custom_wrapper.conf, set the following: ===============
wrapper.java.additional.xxx=-Dlog4j.configurationFile="<Installation Path>/profiles/IS_default/configuration/logging/log4j2.properties,packages/FrameworkSolutionLogger/config/log4j2.properties" wrapper.java.additional. xxx.stripquotes=TRUE
=============== where XXX is a unique number.
CustomLogger.zip (10.5 KB)