cf-nodejs-logging-support
Advanced tools
Comparing version 6.5.1 to 6.5.2
@@ -297,4 +297,3 @@ const util = require("util"); | ||
logObject.written_at = now.toJSON(); | ||
logObject.written_ts = now.getTime() * NS_PER_MS; | ||
logObject.written_ts = now.getTime() * NS_PER_MS + (process.hrtime()[1] % 1000000); | ||
return logObject; | ||
@@ -301,0 +300,0 @@ }; |
{ | ||
"name": "cf-nodejs-logging-support", | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"description": "Logging tool for Cloud Foundry", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
116224