Re: Debugging production site.

2007-08-14 Thread Merric Mercer
Just what I was looking for - many thanks MerMer Matt McClanahan wrote: > On Aug 13, 2:11 pm, Merric Mercer <[EMAIL PROTECTED]> wrote: > > >> Is there anyway to trap the debug information - so it is logged - but >> not visible to users? >> > > A good starting point is to use the ADMINS s

Re: Debugging production site.

2007-08-14 Thread Deryck Hodge
On 8/13/07, TheMaTrIx <[EMAIL PROTECTED]> wrote: > > Any idea why ADMINS would fail to send out the debug or 404 PNF mails > while your apps are sending email perfectly with the settings you put > in your settings.py for SMTP auth? Did you set your SERVER_EMAIL setting in addition to the EMAIL_HO

Re: Debugging production site.

2007-08-13 Thread TheMaTrIx
Any idea why ADMINS would fail to send out the debug or 404 PNF mails while your apps are sending email perfectly with the settings you put in your settings.py for SMTP auth? On Aug 14, 12:03 am, Matt McClanahan <[EMAIL PROTECTED]> wrote: > On Aug 13, 2:11 pm, Merric Mercer <[EMAIL PROTECTED]> wr

Re: Debugging production site.

2007-08-13 Thread Matt McClanahan
On Aug 13, 2:11 pm, Merric Mercer <[EMAIL PROTECTED]> wrote: > Is there anyway to trap the debug information - so it is logged - but > not visible to users? A good starting point is to use the ADMINS setting, which will give you a way to receive error reports via e-mail when debugging is off: h