Re: error logging with nginx and uWSGI

2015-04-23 Thread Larry Martell
On Thu, Apr 23, 2015 at 2:44 PM, Andrew Farrell wrote: > Hi Larry, > > What does > cd /etc/nginx && ag log > Give you? Not familar with the ag command, and it's not on my system. Googling it, it seems to be some sort of grep like tool. Grepping for log in that dir shows this: nginx.conf: access_

Re: error logging with nginx and uWSGI

2015-04-23 Thread Andrew Farrell
Hi Larry, What does cd /etc/nginx && ag log Give you? On Thu, Apr 23, 2015 at 1:05 PM, Larry Martell wrote: > This is not really a django question, but I think these are issues > folks here have faced, so I hope someone can help me. > > Prior to now, all the django p