From 8a230e7a5a0e6f5ab0bc9bc07e1f2f656562e655 Mon Sep 17 00:00:00 2001 From: zhengweilin Date: Tue, 9 Jan 2024 13:46:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=202.6.0:=201=E3=80=81=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E6=97=A5=E5=BF=97=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easy-retry-test/src/main/resources/log4j.xml | 22 -------------- easy-retry-test/src/main/resources/log4j2.xml | 25 ---------------- .../src/main/resources/logback.xml | 29 ------------------- 3 files changed, 76 deletions(-) delete mode 100644 easy-retry-test/src/main/resources/log4j.xml delete mode 100644 easy-retry-test/src/main/resources/log4j2.xml delete mode 100644 easy-retry-test/src/main/resources/logback.xml diff --git a/easy-retry-test/src/main/resources/log4j.xml b/easy-retry-test/src/main/resources/log4j.xml deleted file mode 100644 index c04f0e34..00000000 --- a/easy-retry-test/src/main/resources/log4j.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/easy-retry-test/src/main/resources/log4j2.xml b/easy-retry-test/src/main/resources/log4j2.xml deleted file mode 100644 index 410b8bef..00000000 --- a/easy-retry-test/src/main/resources/log4j2.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - %clr{%d{yyyy-MM-dd HH:mm:ss.SSS}}{faint} %clr{%5p} %clr{${sys:PID}}{magenta} %clr{---}{faint} %clr{[%15.15t]}{faint} %clr{%-40.40c{1.}}{cyan} %clr{:}{faint} %m%n - - - - - - - - - - - - - - - - - - - - diff --git a/easy-retry-test/src/main/resources/logback.xml b/easy-retry-test/src/main/resources/logback.xml deleted file mode 100644 index 7730b4c4..00000000 --- a/easy-retry-test/src/main/resources/logback.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - ${CONSOLE_LOG_PATTERN} - - - - - - - - - - - - - \ No newline at end of file