增加日志配置文件

This commit is contained in:
egzosn
2019-03-26 10:48:04 +08:00
parent 2b7de9429a
commit a1b5a694ac

View File

@@ -0,0 +1,10 @@
log4j.rootLogger=debug,A1
log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%d %5p [%t] (%F:%L) - %m%n
log4j.logger.com.egzosn.pay=DEBUG
log4j.logger.org.springframework=INFO
log4j.logger.edu.yale=INFO