Message6669

Author whistler11783
Recipients whistler11783
Date 2011-10-12.19:26:00
SpamBayes Score 2.274174e-07
Marked as misclassified No
Message-id <1318447561.7.0.453501154887.issue1808@psf.upfronthosting.co.za>
In-reply-to
Content
I know it is probably obvious but I wanted to also add that I believe the problem with all of the logging handlers is going to be because of a much more fundamental issue with the string format operator(%) used in this particular way. As per the error, TypeError: int argument required, yielded from executing this code:
s = self._fmt % record.__dict__

Just my two cents.
History
Date User Action Args
2011-10-12 19:26:01whistler11783setmessageid: <1318447561.7.0.453501154887.issue1808@psf.upfronthosting.co.za>
2011-10-12 19:26:01whistler11783setrecipients: + whistler11783
2011-10-12 19:26:01whistler11783linkissue1808 messages
2011-10-12 19:26:01whistler11783create