In article <[email protected]>, Steven D'Aprano <[email protected]> wrote:
> 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? That's the question I was going to ask. We're pushing many 10's of GB through the logging module every day. It doesn't even show up on our performance profiles. -- https://mail.python.org/mailman/listinfo/python-list
