Apache Tomcat Version : 9.0.65 How to send the access logs of tomcat to the syslog server through log4j.xml ?
I have a root logger which is pointing to a syslog appender. But I was not able to see the access logs in the syslog server and was not able to see the logs related to server startup. Ideally Root logger should send all the logs of the tomcat components generated to the appenders if no other logger is handling .