标签: python logging stdout jython
我已经用python编写了一个代码来使用SMTP发送电子邮件。最初,我的问题是让生成的邮件排队。详细信息在下面的链接
using docmd to receive queue-id of a mail from smtp server
使用
s.set_debuglevel(1)
但是仍然存在的问题是将这些调试日志打印到文件或代码本身的变量中。我最初以为这些日志打印在stdout上并尝试使用它,但没有成功。请在这里提供您的见解。
SMTP server replies
谢谢, 开发人员