By default, a Django application doesn't log everything, except 500 errors.
You can also check the access.log and error.log of your Nginx or WSGI
system.

If you want a more verbose logging system, take a look at:
https://docs.djangoproject.com/en/dev/topics/logging/




On 1 September 2013 14:21, Alek Uritsky <alek.urit...@gmail.com> wrote:

> Hi all,
> does Django/Python has a standard logs system? I am trying to find the
> logs generated by the website, so far was able to find only the webserver
> logs (nginx).
> Is there a standard place where a Python website developer would put
> website specific logs?
>
> thanx
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Christiano Anderson
http://christiano.me/
http://twitter.com/dump/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to