Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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)