node-syslog icon indicating copy to clipboard operation
node-syslog copied to clipboard

a syslog-ng TCP client, with basic fault-tolerance.

Results 5 node-syslog issues
Sort by recently updated
recently updated
newest added

Hi, on line 65 of node-syslog.js you still have a typo saying "faculty" instead of "facility", resulting in messages being sent as "kern.emerg", popping up all over in the console....

Not a very standard syslog client API feature, but we like divide up a lot specialized logs by the process name field. This keeps us from having to create a...

Hello, This patch adds all the standard UNIX logging facilities and lets a user specify them by name or number when creating the logger. for example: ``` syslog.createClient(514, 'localhost', {facility:...