Comparing version 1.1.2 to 1.1.4
@@ -86,2 +86,6 @@ "use strict"; | ||
} | ||
// log | ||
record.cmd = 'REQUEST_SERVICE_SUCCESS'; | ||
record.error = ''; | ||
__this.logger.notice(__this.logToString(record)); | ||
cb(err, service, conn); | ||
@@ -88,0 +92,0 @@ }); |
{ | ||
"name": "kitejs", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"description": "the rpc framework Kite for Node.js", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@byted/logger": "^1.0.9", | ||
"@byted/logger": "^1.1.0", | ||
"caller": "^1.0.1", | ||
@@ -22,0 +22,0 @@ "consul": "^0.29.0", |
@@ -111,2 +111,7 @@ /** | ||
// log | ||
record.cmd = 'REQUEST_SERVICE_SUCCESS'; | ||
record.error = ''; | ||
__this.logger.notice(__this.logToString(record)); | ||
cb(err, service, conn); | ||
@@ -113,0 +118,0 @@ }); |
Sorry, the diff of this file is not supported yet
64978
1328
Updated@byted/logger@^1.1.0