如何启用 OpenEJB 日志
我使用 Eclipse 创建(Session Bean + MDB),部署在 OpenEJB 中。有用。现在如何将日志调试信息输出到控制台?我需要在项目中添加 log4j.properties 或更改 OpenEJB 服务器属性?
谢谢。
I am using Eclipse to create (Session Bean + MDB), deployed in OpenEJB. It works. Now how can I output the log debug info to console ? I need to add a log4j.properties in the project or to change the OpenEJB server properties ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将 log4j.properties 添加到类路径并添加以下配置以将 OPENEJB 调试记录到控制台。
您可以通过更改日志级别来修改日志记录。
You need to add log4j.properties to your classpath and add the following configuration to log the OPENEJB debug to the console.
You can modify the logging by changing the Log Levels.