Re: debug logs not getting generated

2014-03-30 Thread Kunal Pariani
Never mind. Got it working. Had a script which was overwriting the loglevel value in the conf file after restarting nginx. Thanks for the help. On Sat, Mar 29, 2014 at 3:36 PM, Kunal Pariani wrote: > 3) Make sure you've restarted nginx (or upgraded running binary). > > 4) Make sure the config y

Re: debug logs not getting generated

2014-03-29 Thread Kunal Pariani
3) Make sure you've restarted nginx (or upgraded running binary). 4) Make sure the config you are editing is right one (and again, you've reloaded a configuration after editing it; note that you have to check logs after a configuration reload to make sure it was successful). I noticed that the co

Re: debug logs not getting generated

2014-03-29 Thread Maxim Dounin
Hello! On Fri, Mar 28, 2014 at 06:04:04PM -0700, Kunal Pariani wrote: > Hello, > I followed this http://nginx.org/en/docs/debugging_log.html. Have nginx > built with --with-debug and set the the error_log in the following 2 files > (nginx.conf.main & inside http { } in nginx.conf.web). But still

debug logs not getting generated

2014-03-28 Thread Kunal Pariani
Hello, I followed this http://nginx.org/en/docs/debugging_log.html. Have nginx built with --with-debug and set the the error_log in the following 2 files (nginx.conf.main & inside http { } in nginx.conf.web). But still i don't see debug level logging getting generated in the files specified. error