7

Possible Duplicate:
Django Unhandled Exception

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

Community
  • 1
  • 1
Boolean
  • 14,266
  • 30
  • 88
  • 129

2 Answers2

11

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
  • 776,304
  • 153
  • 1,341
  • 1,358
-5

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

Daniel Roseman
  • 588,541
  • 66
  • 880
  • 895