【问题标题】:Is it possible to configure logging to output to standard output as well?是否也可以将日志记录配置为输出到标准输出? 【发布时间】:2011-01-04 14:52:09 【问题描述】: 是否也可以将日志记录配置为输出到标准输出? 【问题讨论】: 标签: python logging 【解决方案1】: 处理程序应该可以帮助您: http://docs.python.org/library/logging.html#handlers 【讨论】: