glossy
glossy copied to clipboard
syslog parser and producer
Am I missing something or should there not be a `pid` and an `ident` field in parsed messages?
The fix to allow --use-strict compilation is very much needed.
The syslog format for the /dev/log socket does not include a hostname field, thus create a new type named 'socket'.
in GlossyParser.parse, a regex is used to detect which RFC was used in received log. I believe we don't need to use REGEX in this case. Actual code simplified: ```...
Hey, The standard speaks of Syslog tags and PID numbers in them. Glossy so far seems to ignore them in RFC 3164 mode. A line with them would look like...
Hey there! Whatever version is published now on npm doesn't have the `var` in front of `formattedDate` which is leading to issues. [see here](https://www.npmjs.com/package/glossy/v/0.1.7?activeTab=code) I don't know why. Because it...