Comparing version 1.3.13 to 1.3.14
@@ -170,3 +170,3 @@ var async = require('async'); | ||
this.logger.harconlog( err, 'Appeasing', { responseComms: responseComms }, 'debug' ); | ||
this.logger.harconlog( err, 'Appeasing', { responseComms: responseComms }, 'silly' ); | ||
@@ -202,3 +202,3 @@ self.matchingResponse( comm ).forEach( function( fs ){ | ||
return function( cb ){ | ||
self.logger.harconlog( null, 'Emitting', { name: fs.name, comm: comm.shallow() }, 'debug' ); | ||
self.logger.harconlog( null, 'Emitting', { name: fs.name, comm: comm.shallow() }, 'silly' ); | ||
fs.burn( comm, cb ); | ||
@@ -209,3 +209,3 @@ }; | ||
function(err, results){ | ||
self.logger.harconlog( err, 'Emitted with: ', { results: results }, 'debug' ); | ||
self.logger.harconlog( err, 'Emitted with: ', { results: results }, 'silly' ); | ||
if( comm.callback ){ | ||
@@ -212,0 +212,0 @@ self.appease( comm, err, results ); |
@@ -185,3 +185,3 @@ var Communication = require('./Communication'); | ||
this.logger.harconlog(null, 'Burning', {comm: comm.shallow()}, 'debug' ); | ||
this.logger.harconlog(null, 'Burning', {comm: comm.shallow()}, 'silly' ); | ||
@@ -217,3 +217,3 @@ var serviceFn = this.getServiceFn( comm ); | ||
this.logger.harconlog( null, 'Igniting', {newComm: newComm.shallow(), comm: comm.shallow()}, 'debug' ); | ||
this.logger.harconlog( null, 'Igniting', {newComm: newComm.shallow(), comm: comm.shallow()}, 'silly' ); | ||
@@ -241,3 +241,3 @@ if( newComm.callback ) | ||
this.logger.harconlog(null, 'Initiate ignition', {comm: comm.shallow()}, 'debug' ); | ||
this.logger.harconlog(null, 'Initiate ignition', {comm: comm.shallow()}, 'silly' ); | ||
if( comm.callback ) | ||
@@ -244,0 +244,0 @@ this.comms[ comm.id ] = { comm: comm, callback: comm.callback }; |
@@ -8,3 +8,3 @@ var Communication = require('../lib/Communication'); | ||
var VERSION = exports.VERSION = '1.3.13'; | ||
var VERSION = exports.VERSION = '1.3.14'; | ||
@@ -11,0 +11,0 @@ var _ = require('lodash'); |
{ | ||
"name": "harcon", | ||
"version": "1.3.13", | ||
"version": "1.3.14", | ||
"description": "Messaging/Service Bus for the harmonic convergence of node-based enterprise entities.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
}, | ||
"_id": "harcon@1.3.13" | ||
"_id": "harcon@1.3.14" | ||
} |
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