cf-nodejs-logging-support
Advanced tools
Comparing version 6.5.0 to 6.5.1
@@ -612,2 +612,3 @@ const util = require("util"); | ||
//writes custom fields in the correct order and correlates i to the place in registeredCustomFields | ||
Object.keys(customFields).length | ||
if (Object.keys(customFields).length > 0) { | ||
@@ -627,3 +628,4 @@ var res = {}; | ||
} | ||
logObject["#cf"] = res; | ||
if(res.string.length > 0) | ||
logObject["#cf"] = res; | ||
} | ||
@@ -630,0 +632,0 @@ } |
{ | ||
"name": "cf-nodejs-logging-support", | ||
"version": "6.5.0", | ||
"version": "6.5.1", | ||
"description": "Logging tool for Cloud Foundry", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
116191
17
1676