Re: Message Formatting in AdminMailHandler

2011-10-27 Thread Julien Phalip
Hi, On 27 October 2011 22:47, momo2k wrote: > Hello, > > I posted this question some time ago on django-users, but since nobody > answered and I think about this as a serious problem, I'll post here: > > Is there a reason why AdminMailHandler does not use >

Message Formatting in AdminMailHandler

2011-10-27 Thread momo2k
Hello, I posted this question some time ago on django-users, but since nobody answered and I think about this as a serious problem, I'll post here: Is there a reason why AdminMailHandler does not use record.getMessage() as all other formatters do? (e.g. logging/ __init__.py:436 Python 2.6).