javax.mail 的 mail.debug=true 选项应该做什么?

发布于 2024-12-10 21:33:14 字数 236 浏览 0 评论 0原文

在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

一身软味 2024-12-17 21:33:14

它在控制台上运行。 官方常见问题解答

It goes on console. Official FAQs

感情洁癖 2024-12-17 21:33:14

com.sun.mail.smtp 的日志级别设置为 DEBUG 在 Wildfly(JBoss) 上有效

Setting log level of com.sun.mail.smtp to DEBUG worked on Wildfly(JBoss)

云淡月浅 2024-12-17 21:33:14

将 sessionDebug 变量设置为 false。它将不再打印在 Tomcat 控制台上。

Set sessionDebug variable to false. It will no longer print on the Tomcat console.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文