Skip to content

v0.3.1

Compare
Choose a tag to compare
@hermansb hermansb released this 21 Jul 18:45
· 55 commits to master since this release

This version adds support for sending messages via UDP rather than TCP.

In order to enable this functionality over top of your existing env vars all you need to is set the following environment variable to true: export log4js_syslog_appender_useUdpSyslog=true. Note that UDP is inherently less secure - it does not use certificates for mutual authentication with the server and there is no way to guarantee that the messages actually got sent. So use this option with caution.

The support for this was made by pull request #2 . Thank you to @paulweb515 for contributing this.