[issue11792] asyncore module print to stdout

Samuele Kaplun report at bugs.python.org
Thu Apr 7 13:33:40 CEST 2011


Samuele Kaplun <Samuele.Kaplun at cern.ch> added the comment:

Thanks for looking into it.

Indeed that's the workaround I implemented in our application. On the other hand it would be nice if either:

* the log_info method would print to stderr,
* would use warning.warn()
* would use the logging module to allow for fine grained configuration

The 1st solution would be already enough for mod_wsgi usage (also see: <http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Writing_To_Standard_Output>)

Cheers!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11792>
_______________________________________


More information about the Python-bugs-list mailing list