I am using Tomcat 8 with log4j2 to handle application logging. The log4j2.xml and log4j-api-2.0-rc2/jar are both located in the lib folder of Tomcat. After a log rotation, any ERROR log messages or messages associated with a hot deployment stop logging. If I bounce Tomcat, then the logging of those messages is restored.
Any ideas as to what could be causing this? I have not been able to find anything in my searches. Thanks Michelle