diff --git a/pom.xml b/pom.xml index d8359fea..df5201f3 100644 --- a/pom.xml +++ b/pom.xml @@ -287,41 +287,10 @@ 1.9.4 - - org.slf4j - slf4j-api - 2.0.7 - - org.slf4j slf4j-simple - 2.0.7 - - - org.slf4j - slf4j-log4j12 - 2.0.7 - - - org.slf4j - jcl-over-slf4j - 2.0.7 - - - ch.qos.logback - logback-core - 1.3.11 - - - ch.qos.logback - logback-access - 1.3.11 - - - ch.qos.logback - logback-classic - 1.3.11 + 1.7.25 diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml deleted file mode 100644 index e8bd3213..00000000 --- a/src/main/resources/logback.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 783b27ea..c1cb551f 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -15,25 +15,7 @@ classpath*:common/*.xml - - TeeFilter - ch.qos.logback.access.servlet.TeeFilter - - excludes - swagger-ui.html - - - - - TeeFilter - /* - - - TeeFilter - /swagger-ui.html - REQUEST - org.springframework.web.context.ContextLoaderListener diff --git a/tomcat/conf/logback-access.xml b/tomcat/conf/logback-access.xml deleted file mode 100644 index 15a80e38..00000000 --- a/tomcat/conf/logback-access.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - ${LOG_PATH_NAME}/access.log - - ${LOG_PATH_NAME}/access.%d{yyyy-MM-dd}.log - 30 - - - ${HTTP_PATTERN} - - - - - - ${HTTP_PATTERN} - - - - - - - - - -