Re: warning users of problems with logging
So it is. Great! -- http://mail.python.org/mailman/listinfo/python-list
Re: warning users of problems with logging
Chris Curvey wrote: > The following code exists in logging/config.py > > handlers[hand] = h > except: #if an error occurs when instantiating a handler, too bad > pass#this could happen e.g. because of lack of privileges > > The problem here is that if something did go wrong inst