redirect stderr to syslog?

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sat Aug 16 00:39:05 EDT 2014


Russell E. Owen wrote:

> I realize the logging module supports this and has a syslog writer, so
> that's a fallback. But we were hoping to use the syslog module for
> performance.

Have you benchmarked your code and discovered that using the logging module
makes a noticeable difference to performance?


-- 
Steven




More information about the Python-list mailing list