Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django logs location [duplicate]

Tags:

logging

django

Possible Duplicate:
Django Unhandled Exception

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

like image 397
Boolean Avatar asked Feb 03 '10 03:02

Boolean


1 Answers

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.

like image 134
Ignacio Vazquez-Abrams Avatar answered Sep 27 '22 18:09

Ignacio Vazquez-Abrams