Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 apache-tomcat-6.0.20,并且只在我的日志目录中看到访问日志。
我的 logging.properties 文件将所有类别都设置为 INFO。
我已经删除了我的错误页面,当抛出异常时,我只看到一个 404 页面。我的应用程序日志中没有相关错误。
如何设置此日志记录?
谢谢
我自己解决了这个问题,在我的 Eclipse 服务器的 VM 参数中缺少这两个属性:
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file="C:\whatever\conf\logging.properties"