Logging help

Joseph L. Casale jcasale at activenetwerx.com
Sun Aug 4 12:06:47 EDT 2013


>Oh hai - as I was reading the documentation, look what I found:
>
>http://docs.python.org/2/library/logging.html#filter
>
>Methinks that should do exactly what you want.

Hi Wayne,
I was too hasty when I looked at filters as I didn't think they could do
what I wanted. Turns out a logging object sent the filter method will
an exc_info attribute in my case.

Thanks!
jlc



More information about the Python-list mailing list