javax.mail 的 mail.debug=true 选项应该做什么?
在我的 javax.mail.Session
的配置属性中,我设置了 mail.debug=true
,但由于某种原因,这不会向应用程序添加任何新输出日志。
我已将 log4f 日志记录级别设置为 ALL log4j.rootLogger=ALL, stdout ,但...什么也没有。
javax.mail 调试输出是否可能写在其他地方?听起来不太可能,但我认为值得一问。
In the configuration properties of my javax.mail.Session
I have set mail.debug=true
, but for some reason, this doesn't add any new output to the application log.
I've set the log4f logging level to ALL log4j.rootLogger=ALL, stdout
and yet... nothing.
Is it possible that the javax.mail debug output is written somewhere else? Sounds unlikely, but nevertheless I thought it worth asking.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
它在控制台上运行。 官方常见问题解答
It goes on console. Official FAQs
将
com.sun.mail.smtp
的日志级别设置为DEBUG
在 Wildfly(JBoss) 上有效Setting log level of
com.sun.mail.smtp
toDEBUG
worked on Wildfly(JBoss)将 sessionDebug 变量设置为 false。它将不再打印在 Tomcat 控制台上。
Set sessionDebug variable to false. It will no longer print on the Tomcat console.