我尝试将log4j配置为我的spring web项目,但遗憾的是Log4jServletContextListener没有启动,我不知道为什么。
我正在关注下面的网址: - Log4j2 creates log file but doesn't write to it - http://logging.apache.org/log4j/2.x/manual/webapp.html
虽然我遵循该链接中的配置,但我的Log4j2无法启动。在控制台上我没有看到下一行:
INFO Log4jServletContextListener ensuring that Log4j starts up properly.
INFO Log4jServletFilter initialized.
我在Tomcat 7.0.59上运行应用程序。对这个问题有什么看法吗?
谢谢; P
答案 0 :(得分:0)
我发现了问题...我在调试模式下运行Tomcat而我的log4j2在文件顶部有这个配置:
我为DEBUG更改为WARN并且log4j2开始工作。我在哪里可以找到有关xml中此标记的更多信息?