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
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
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
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
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
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
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 (
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
8 matches
Mail list logo