2018-10-17 11:42
@fansunion 是的主要做数据加密解密
2018-07-21 14:12
@JFinal log4j.rootLogger=INFO, stdout, file
#log4j.rootLogger=ERROR, stdout, file
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%p]: %m%n
# Output to the File
log4j.appender.file=org.apache.log4j.DailyRollingFileAppender
log4j.appender.file.DatePattern='_'yyyy-MM-dd'.log'
#log4j.appender.file.File=D:/project/xygj.log
log4j.appender.file.File=/home/res/xygj/xygj.log
log4j.appender.file.layout=org.apache.log4j.PatternLayout
log4j.appender.file.layout.ConversionPattern=%n%-d{yyyy-MM-dd HH:mm:ss}%n[%p]-[%C.%M()]: %m%n
# Druid
log4j.logger.jdbc.sqltiming=ERROR,stdout,file
log4j.logger.druid.sql=ERROR,stdout,file
log4j.logger.druid.sql.DataSource=ERROR,stdout,file
log4j.logger.druid.sql.Connection=ERROR,stdout,file
log4j.logger.druid.sql.Statement=ERROR,stdout,file
log4j.logger.druid.sql.ResultSet=ERROR,stdout,file
波哥这是我的配置,但enchache和websoket报错还是没写入日志文件