Re: Activating HTML error emails while keeping logger defaults

2011-06-30 Thread Carsten Fuchs
Dear Russel, Am 14.04.2011 14:13, schrieb Russell Keith-Magee: Duplicate the default Django logging settings, and update them as required. The defaults are contained in django/conf/global_settings.py Unfortunately, there isn't an elegant way to "use the default but just modify this one bit".

Re: Activating HTML error emails while keeping logger defaults

2011-04-14 Thread Carsten Fuchs
Am 14.04.2011 14:13, schrieb Russell Keith-Magee: Duplicate the default Django logging settings, and update them as required. The defaults are contained in django/conf/global_settings.py Thank you very much! :-) Best regards, Carsten -- Cafu - the open-source Game and Graphics Engine for

Re: Activating HTML error emails while keeping logger defaults

2011-04-14 Thread Russell Keith-Magee
On Wed, Apr 13, 2011 at 2:57 AM, Carsten Fuchs wrote: > Hi all, > > from the documentation at > I get that I need > something like > > > LOGGING = { >    'version': 1, >    'handlers': { >        'mail_admins': { >            'level': 'ERR

Re: Activating HTML error emails while keeping logger defaults

2011-04-14 Thread Kenneth Gonsalves
On Thu, 2011-04-14 at 13:52 +0200, Carsten Fuchs wrote: > Am 14.04.2011 09:54, schrieb Jayakumar D K: > > pse.send more inf, on error finds html & finding of sent m,sg > wether > > reachd to addrese or not how cn find > > > Uh, sorry, I cannot parse this. looks like smsspeak - he has pr

Re: Activating HTML error emails while keeping logger defaults

2011-04-14 Thread Carsten Fuchs
Am 14.04.2011 09:54, schrieb Jayakumar D K: pse.send more inf, on error finds html & finding of sent m,sg wether reachd to addrese or not how cn find Uh, sorry, I cannot parse this. Anyone? Many thanks and best regards, Carsten -- Cafu - the open-source Game and Graphics Engin

Re: Activating HTML error emails while keeping logger defaults

2011-04-14 Thread Jayakumar D K
On Wed, Apr 13, 2011 at 12:27 AM, Carsten Fuchs wrote: > Hi all, > > from the documentation at < > http://docs.djangoproject.com/en/1.3/topics/logging/#id2> I get that I > need something like > > pse.send more inf, on error finds html & finding of sent m,sg wether reachd > to addrese or not how cn

Activating HTML error emails while keeping logger defaults

2011-04-12 Thread Carsten Fuchs
Hi all, from the documentation at I get that I need something like LOGGING = { 'version': 1, 'handlers': { 'mail_admins': { 'level': 'ERROR', 'class': 'django.utils.log.AdminEmailHandler',