When gevent catches most errors, it calles traceback.print_exception and writes
to sys.stderr directly.
It would be better to use the logging module, to give developers and
administrators more control.
Absent that, the output should at least have timestamps.
Original issue reported on code.google.com by j1m...@gmail.com on 15 Jun 2012 at 7:33
Original issue reported on code.google.com by
j1m...@gmail.com
on 15 Jun 2012 at 7:33