mcuadros / go-syslog

Syslog server library for go.
http://godoc.org/gopkg.in/mcuadros/go-syslog.v2
MIT License
523 stars 143 forks source link

syslog via /dev/log incorrectly assumes existence of 'hostname' in the message #42

Open dsvensson opened 7 years ago

dsvensson commented 7 years ago

syslog via /dev/log incorrectly assumes existence of 'hostname' in the message, and thus uses the first word in the message as 'tag'. The parsers must be parametrized to know if they should parse a hostname or not.