Author vinay.sajip
Recipients
Date 2006-06-22.16:46:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=308438

It's not a bug, it's by design. The formatException method
only takes the exception info as a parameter, and to change
the  method signature now could break some people's code, right?

A solution would be for you to also override the format
method in your custom formatter classes and set
record.exc_text to None if you want to invalidate the cache
before calling the base class implementation.
History
Date User Action Args
2007-08-23 14:40:25adminlinkissue1501699 messages
2007-08-23 14:40:25admincreate