FR: Support arbitrary syslog facilities
jaredledvina opened this issue · 2 comments
jaredledvina commented
Due to the log volume from gopassivedns, we'd like to configure it to log to a specific syslog facility to further separate it out from the rest of the system logs. However it seems that,
Lines 244 to 283 in aa047e1
Phillipmartin commented
I'm not sure what you're looking for here. Syslog facilities are defined in https://tools.ietf.org/html/rfc3164, as far as I know you can't add arbitrary new ones. Mostly people handle this by using one of the local* facilities. Could you tell me a little more about what you would like this to look like?
jaredledvina commented
Ah whoops, I meant to superceed this with #25 but apparently missed actually doing that. Sorry!