From ce659567c0fb9493d86152312ef5d7a2f97e7e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=9B=E8=8F=B2=E8=8F=B2?= <2242813351@qq.com> Date: Sat, 22 Apr 2023 13:34:24 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20src/log4?= =?UTF-8?q?j.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/log4j.properties | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/log4j.properties diff --git a/src/log4j.properties b/src/log4j.properties deleted file mode 100644 index d52adef..0000000 --- a/src/log4j.properties +++ /dev/null @@ -1,8 +0,0 @@ -# Global logging configuration -log4j.rootLogger=ERROR, stdout -# MyBatis logging configuration... -log4j.logger.cn.edu.hactcm=DEBUG -# Console output... -log4j.appender.stdout=org.apache.log4j.ConsoleAppender -log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -log4j.appender.stdout.layout.ConversionPattern=%5p [%t] - %m%n \ No newline at end of file