cf-nodejs-logging-support
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -8,5 +8,5 @@ var util = require('util'); | ||
const envDynLogKey = "DYN_LOG_LEVEL_KEY"; | ||
const dynLogLevelDefaultHeader = "SAP-LOG-LEVEL" | ||
const dynLogLevelDefaultHeader = "SAP-LOG-LEVEL"; | ||
const reductedPlaceholder = "reducted" | ||
const reductedPlaceholder = "redacted"; | ||
@@ -13,0 +13,0 @@ const nsPerSec = 1e9; |
{ | ||
"name": "cf-nodejs-logging-support", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Logging tool for Cloud Foundry", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -135,3 +135,3 @@ # Node.js Logging Support for Cloud Foundry | ||
### Sensitive data reduction | ||
Version 3.0.0 and above implements a sensitive data reduction system, which deactivates the logging of sensitive fields. The field will contain 'reducted' instead of the original content. | ||
Version 3.0.0 and above implements a sensitive data reduction system, which deactivates the logging of sensitive fields. The field will contain 'redacted' instead of the original content. | ||
@@ -138,0 +138,0 @@ Following fields will be *reduced* by default: remote_ip, remote_host, remote_port, x_forwarded_for, remote_user, referer. |
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
69405