Duh, I figured out what's going on. I'm using a custom Formatter class, which overrides format(). It's the job of format() to handle this, and ours doesn't! -- http://mail.python.org/mailman/listinfo/python-list
- What does exc_info do in a logging call? Roy Smith
- Re: What does exc_info do in a logging call? Peter Otten
- Re: What does exc_info do in a logging call? Roy Smith