Comparing version 3.0.2-videos.0 to 3.0.2-videos.1
{ | ||
"name": "log2amqp", | ||
"description": "Log json data to amqp.", | ||
"version": "3.0.2-videos.0", | ||
"version": "3.0.2-videos.1", | ||
"author": "Tim Allen <tim@noblesamurai.com>", | ||
@@ -6,0 +6,0 @@ "license": "BSD", |
@@ -14,3 +14,3 @@ 'use strict'; | ||
} catch (err) { | ||
debug('Error connecting to amqp', err); | ||
debug('Error connecting to amqp', { config }, err.message); | ||
return 'failed'; | ||
@@ -17,0 +17,0 @@ } |
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
15547