Hi Holger,
The jar files (in \webapp\wsstack\WEB-INF\lib) reference version 2.11.2 (e.g., log4j-core-2.11.2.jar). MANIFEST.MF doesn’t list log4j:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.1
Created-By: 25.181-b13 (Oracle Corporation)
Built-By: Software AG
Build-Jdk: 1.8.0_181
Build-Date: 2021-03-12 03:36:45
Build-Number: 448
SVN-Revision: 8592084
Implementation-Title: wsstack-war
Implementation-Description: WebServices-Stack war distribution
Implementation-Version: 10.5.0.0
Implementation-Vendor: Software AG
What I am inclined to do is change the log4j.properties file and add a line like this:
log4j2.formatMsgNoLookups = true
However, is that valid here? None of the existing entries in log4j.properties starts with log4j2 dot anything. The first qualifier is either appender, logger or rootLogger for all entries.
#EntireX#Mainframe-Integration#webMethods