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