winston-syslog
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -67,2 +67,3 @@ /* | ||
this.isDgram = /^udp|^unix/.test(this.protocol); | ||
this.endOfLine = options.eol; | ||
@@ -154,3 +155,3 @@ if (!/^udp|unix|unix-connect|tcp/.test(this.protocol)) { | ||
date: new Date(), | ||
message: output | ||
message: this.endOfLine ? output + this.endOfLine : output | ||
}); | ||
@@ -157,0 +158,0 @@ |
{ | ||
"name": "winston-syslog", | ||
"description": "A syslog transport for winston", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -51,2 +51,3 @@ # winston-syslog | ||
* __app_name:__ The name of the application (Default: `process.title`). | ||
* __eol:__ The end of line character to be added to the end of the message (Default: Message without modifications). | ||
@@ -53,0 +54,0 @@ *Metadata:* Logged as string compiled by [glossy][3]. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18559
470
121