winston-loggly
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -109,3 +109,3 @@ /* | ||
return meta.tags | ||
? this.client.log(message, tags, logged) | ||
? this.client.log(message, meta.tags, logged) | ||
: this.client.log(message, logged); | ||
@@ -112,0 +112,0 @@ }; |
{ | ||
"name": "winston-loggly", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A Loggly transport for winston", | ||
@@ -5,0 +5,0 @@ "author": "Charlie Robbins <charlie.robbins@gmail.com>", |
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
13270