Remote logging - log4j2 - 2.11.1
Referencing the help article:
The article references to download the log4j package, which is generally avalable from apache, however as of now, the latest version of the package is 2.11.1. It also looks like the tcpSocketServer feature has been removed from v2.9.1
Do we have updated guidelines on how to perform remote logging with more recent packages?
Currently executing:
java -classpath .\log4j-api-2.11.1.jar;.\log4j-core-2.11.1.jar org.apache.logging.log4j.core.net.server.TcpSocketServer 8887 tcpSocketServer.properties
returns
Error: Could not find or load main class org.apache.logging.log4j.core.net.server.TcpSocketServer