tblobaum / rconsole

"syslog.h" bindings for node.js with a revised console module
MIT License
54 stars 10 forks source link

RConsole log message restriction #11

Open ghost opened 9 years ago

ghost commented 9 years ago

I really wonder why rconsole enforces 1024 bytes restriction on message length while syslog no longer enforces this. There was a restriction on syslog message length introduced in RFC 3164(2001), but it was canceled in RFC 5424(2009). AFAIK, it is more transport-related restriction than syslog restriction itself.

It would be good if this get fixed since it is really frustrating to get such error messages while your syslog really support bigger logs.

Satyricon commented 8 years ago

Any update on this one?