Using apache Kafka appender in log4j2.xml
I am trying to use the apache log4j2 appender for KAfka to send some of the log events to a Kafka topic. Whenever I add the settings to log4j2.xml to use the Kafka appender it stops all logs including the normal RollingRandomAccessFile appenders. I basically get 0 logging after I add the Kafka Appender to the log4j2.xml Appendres. I am using tomcat 9 on linux with Pega 8.2.1
Was anyone in this community able to successfully add Kafka appendrs to their prlog4j2.xml.
***Moderator Edit-Vidyaranjan: Updated SR details***