<div dir="ltr">Never mind. Got it working. Had a script which was overwriting the loglevel value in the conf file after restarting nginx.<div>Thanks for the help.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Sat, Mar 29, 2014 at 3:36 PM, Kunal Pariani <span dir="ltr"><<a href="mailto:kunalvjti@gmail.com" target="_blank">kunalvjti@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="">3) Make sure you've restarted nginx (or upgraded running binary).<br><br>4) Make sure the config you are editing is right one (and again,<br>you've reloaded a configuration after editing it; note that you<br>

have to check logs after a configuration reload to make sure it<br>was successful).<div><br></div></div><div>I noticed that the config file (conf/nginx/nginx.conf.main) i am changing loses the changes after restarting nginx. Not sure why this should happen as config files need to be persistent across reloads.<div>
<div class="h5"><br>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Mar 29, 2014 at 12:24 AM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello!<br>
<div><br>
On Fri, Mar 28, 2014 at 06:04:04PM -0700, Kunal Pariani wrote:<br>
<br>
> Hello,<br>
> I followed this <a href="http://nginx.org/en/docs/debugging_log.html" target="_blank">http://nginx.org/en/docs/debugging_log.html</a>. Have nginx<br>
> built with --with-debug and set the the error_log in the following 2 files<br>
> (nginx.conf.main & inside http { } in nginx.conf.web). But still i don't<br>
> see debug level logging getting generated in the files specified.<br>
><br>
> error_log  /log/nginx.log debug;<br>
><br>
> Tried with the rewrite_flag on too. Am i missing something ?<br>
<br>
</div>Yes.  Some things to check, in no particular order:<br>
<br>
1) Is nginx installed is actually compiled with --with-debug<br>
(check the "nginx -V" output)?<br>
<br>
2) Are you running nginx binary you are checking?  Make sure the<br>
binary you are running isn't some other binary, e.g., run from a<br>
different directory.<br>
<br>
3) Make sure you've restarted nginx (or upgraded running binary).<br>
<br>
4) Make sure the config you are editing is right one (and again,<br>
you've reloaded a configuration after editing it; note that you<br>
have to check logs after a configuration reload to make sure it<br>
was successful).<br>
<div><br>
> Also does anyone know why does nginx has these 2 types of template files<br>
> ?(i.e .template & .default.template)<br>
> for eg. nginx.conf.web.http.template & nginx.conf.web.http.default.template<br>
> I see them to be exactly same.<br>
<br>
</div>There are no such files in nginx itself.  Likely it's something<br>
provided by your OS package.<br>
<span><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" target="_blank">http://nginx.org/</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div></div></div></div></div>
</blockquote></div><br></div>