Re: logging django errors also on the server

2011-11-19 Thread Gelonida N
On 11/19/2011 10:26 PM, Gelonida N wrote: > On 09/05/2011 12:58 AM, Gelonida N wrote: >> >> Im am debugging a django application. >> >> If I set DEBUG=True >> then I can see error messages on the browser. >> >> Is there any way to see the same error messages in the server log file? > I am using

Re: logging django errors also on the server

2011-11-19 Thread Gelonida N
Hi Uros, On 09/05/2011 03:37 PM, Uros Trebec wrote: > Take a look at Sentry: http://readthedocs.org/docs/sentry/ > > It works pretty well, uses polling to update the log view, can track > multiple sites with separate Sentry Server, etc. This looks like an option, but it is doing much more than I

Re: logging django errors also on the server

2011-11-19 Thread Gelonida N
On 09/05/2011 12:58 AM, Gelonida N wrote: > Hi, > > Im am debugging a django application. > > If I set DEBUG=True > then I can see error messages on the browser. > > Is there any way to see the same error messages in the server log file? > Occasionally (especially for rpc client or Ajax request

Re: logging django errors also on the server

2011-09-05 Thread Uros Trebec
Take a look at Sentry: http://readthedocs.org/docs/sentry/ It works pretty well, uses polling to update the log view, can track multiple sites with separate Sentry Server, etc. Good luck, Uros On Sep 5, 12:58 am, Gelonida N wrote: > Hi, > > Im am debugging a django application. > > If I set  DE

Re: logging django errors also on the server

2011-09-05 Thread Gelonida N
On 09/05/2011 03:05 AM, Reinout van Rees wrote: > On 05-09-11 02:25, Gelonida N wrote: >> I see my own log traces. >> In many situations I do see error messages in the log output. > > An important thing that's not mentioned too clearly in Django 1.3's > logging docs: *add a root logger*. So a logg

Re: logging django errors also on the server

2011-09-04 Thread Reinout van Rees
On 05-09-11 02:25, Gelonida N wrote: I see my own log traces. In many situations I do see error messages in the log output. An important thing that's not mentioned too clearly in Django 1.3's logging docs: *add a root logger*. So a logger with an empty string as a name. That one catches all m

Re: logging django errors also on the server

2011-09-04 Thread Gelonida N
On 09/05/2011 02:03 AM, Reinout van Rees wrote: > On 05-09-11 00:58, Gelonida N wrote: >> Im am debugging a django application. >> >> If I set DEBUG=True >> then I can see error messages on the browser. >> >> Is there any way to see the same error messages in the server log file? >> Occasionally (

Re: logging django errors also on the server

2011-09-04 Thread Reinout van Rees
On 05-09-11 00:58, Gelonida N wrote: Im am debugging a django application. If I set DEBUG=True then I can see error messages on the browser. Is there any way to see the same error messages in the server log file? Occasionally (especially for rpc client or Ajax requests I would prefer looking a