Message28725
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. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:40:25 | admin | link | issue1501699 messages |
| 2007-08-23 14:40:25 | admin | create | |
|