我log4j.properties
的是:
log4j.appender.R.File=../logs/xrzgather.log
log4j.appender.R.MaxFileSize=10MB
log4j.appender.R.MaxBackupIndex=100
我有许多 tomcat 服务器运行该应用程序,并且它们都运行正常并具有正确的日志,但其中一个不正常,它会生成日志文件:
xrzgather.log 182M
xrzgather.log.19 254M
xrzgather.log.45 48.6M
xrzgather.log.50 400M
xrzgather.log.90 20.8M
xrzgather.log.92 66.3M
xrzgather.log.99 11.9M
有谁知道出了什么问题?