HTTP logging
Vinay Sajip
vinay_sajip at yahoo.co.uk
Mon Feb 20 13:53:14 EST 2012
On Feb 20, 5:47 pm, Vinay Sajip <vinay_sa... at yahoo.co.uk> wrote:
> I will reinstate it in the reference API docs, but the answer to
> Jason's problem is to either subclass HTTPHandler and override
> handleError to suppress the error, or set logging.raiseExceptions to
> True (in which case all logging exceptions will be swallowed - not
Um, that should be *False*, not True.
Regards,
Vinay Sajip
More information about the Python-list
mailing list