trivago / gollum

An n:m message multiplexer written in Go
http://gollum.readthedocs.org/en/latest/
Apache License 2.0
940 stars 74 forks source link

Add permission support to syslog sockets #254

Closed mre closed 5 years ago

mre commented 5 years ago

This fixes #253. The default permissions are "0770" just like the socket consumer.

Config to verify

SyslogdSocketConsumer:
    Type: consumer.Syslogd
    Streams: syslog
    Address: "unix:///dev/log"
    Format: "RFC3164"
    Permissions: "0540"

"StdOut":
    Type: "producer.Console"
    Streams: syslog

Checklist

arnecls commented 5 years ago

Thank you. I will cherry pick this into master