You can set your logging params at the bottom of your settings.py file. Here you can determine when, how and where django will log. Hth
On 7 apr, 00:04, Arruda <[email protected]> wrote: > Hi there, I'm using nginx and fastcgi(using threaded method) to run a > django project, but when another thread start I get some erros. > But I don't know if this is a thread problem or a db problem or what... > But wanted to know if there is someway to get log from the production > server. > When I use runserver I get to see the log in the console, but in production > where do I get all that info? like exceptions, requests and other stuff? > Do I need to configure the logging api? but how? I'm ok(even better) to see > the log in the console, is there a way? > Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

