I understand that part, what I mean is separating the entries like you’d have
with flat files, so if you had;
domaina => log/domaina_access
domainb => log/domainb_access
That kind of setup, but, with syslog so it’s easier to identify where they’ve
come from.
Right now we have one nginx.access.
Hi,
We use the following:
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;
Just with the default combined format.
If however I want to have a separate access log for certain server