Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/blame/commit/01812443078d5c7fd9f904418192e37ab3380f9a/web/WEB-INF/classes/log4j.properties You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/web/WEB-INF/classes/log4j.properties

20 lines
614 B

1 year ago
log4j.rootLogger=ERROR, stdout, R
#console log
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
#xml log
#log4j.appender.stdout.layout=org.apache.log4j.xml.XMLLayout
# file log
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=d:\MyLog.log
log4j.appender.R.MaxFileSize=5000KB
log4j.appender.R.MaxBackupIndex=10
log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=%-d{yyyy-MM-dd HH:mm:ss} [%c]-[%t]-[%p] %m%n
log4j.logger.com.zky=DEBUG
log4j.logger.com.zky.sspd.sale=DEBUG