From e1591434186539978b8619b9372b4a3f93aa0034 Mon Sep 17 00:00:00 2001 From: Zach Hoffman Date: Thu, 7 Apr 2022 15:55:16 -0600 Subject: [PATCH] Use absolute ordering in web.xml --- traffic_router/core/src/main/webapp/WEB-INF/web.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/traffic_router/core/src/main/webapp/WEB-INF/web.xml b/traffic_router/core/src/main/webapp/WEB-INF/web.xml index 84dd01faf4..99e3b5dffc 100644 --- a/traffic_router/core/src/main/webapp/WEB-INF/web.xml +++ b/traffic_router/core/src/main/webapp/WEB-INF/web.xml @@ -18,6 +18,8 @@ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" version="3.1" metadata-complete="true"> + + log4jConfigLocation /WEB-INF/classes/log4j.xml