tags:

views:

54

answers:

3

I am using Django, but I am not sure where to find the logs.

A: 

When running the built-in web server, the logs are written to the terminal/console. When running under another web server, Django logs to the server's logs.

Ignacio Vazquez-Abrams
+3  A: 

This is just like asking "Where are my keys?" For both questions, the answer is: wherever you put them.

Daniel Roseman
Yes - but where did I put them? You should know. Stop asking me! ;)
Dominic Rodger