This commit is contained in:
Joe
2021-10-11 03:18:36 +08:00
committed by liangzh
parent ec71d3fcd3
commit 13c0b28c5d
4 changed files with 851 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
### 设置###
log4j.rootLogger=info,stdout
### 输出信息到控制台 ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%-5p] %d{HH:mm:ss.SSS} %m (%F:%L)[%M]%n