syslog files per server entry
Francis Daly
francis at daoine.org
Thu Nov 27 23:08:23 UTC 2014
On Thu, Nov 27, 2014 at 04:10:58PM +0000, Ian Winter wrote:
Hi there,
> error_log syslog:server=127.0.0.1,facility=local4,tag=nginx warn;
> access_log syslog:server=127.0.0.1,facility=local5,tag=nginx,severity=info main;
> If however I want to have a separate access log for certain server blocks, how do I go about that
http://nginx.org/r/access_log
Put as many "access_log" lines as you want at the level you care about.
Normal nginx inheritance rules apply.
(The request is logged in the location{} it finishes in.)
f
--
Francis Daly francis at daoine.org
More information about the nginx
mailing list