<div dir="ltr">Ok, I understand what is happening now, thank you!<div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 20, 2016 at 11:52 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div><div class="h5"><br>
On Wed, Apr 20, 2016 at 09:24:52AM -0400, CJ Ess wrote:<br>
<br>
> I've tried putting this directive into the nginx config file in both the<br>
> main and html sections:<br>
><br>
> error_log syslog:server=127.0.0.1,facility=local5 error;<br>
><br>
> The file tests fine and reloads without issue, however if I do fuser -u on<br>
> the error file (which is the same one used by syslog) I see that every<br>
> nginx process has it open. Is there anyway to be sure that errors are being<br>
> written by syslog and not the nginx process itself?<br>
<br>
</div></div>At least one file-based error log must be present.  In particular,<br>
it is used to redirect STDERR (as in some cases written to by<br>
various libraries), and it is also believed to be useful to log<br>
errors of writing to syslog when they happen.  If no file-based<br>
logs are configured, a compiled-in default one will be used.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>