Updated the web.xml file for log4j version change

This commit is contained in:
Cyrus 2022-10-27 10:46:33 -04:00
parent 41bd22cbce
commit 152286e13e

View File

@ -49,7 +49,7 @@
<!-- Register LOG4J with the Spring Context -->
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
<listener-class>org.apache.logging.log4j.web.Log4jServletContextListener</listener-class>
</listener>
<!--