我的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
有谁知道什么是错的?
答案 0 :(得分:0)
我找到原因..
我在%tomcat_home%\ conf \ Server.xml中配置了一个Context元素,如下所示:
<Context path="xrz-gather" docBase="xrz-gather-web-1.0-SNAPSHOT" />
如果我删除它,日志将是正常的。