Re: syslog files per server entry (Francis Daly)

2014-11-28 Thread Ian Winter
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.

syslog files per server entry

2014-11-27 Thread Ian Winter
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