Comparing version 2.12.2 to 2.12.3
{ | ||
"name": "pino", | ||
"version": "2.12.2", | ||
"version": "2.12.3", | ||
"description": "fast and simple logger", | ||
@@ -5,0 +5,0 @@ "main": "pino.js", |
@@ -20,3 +20,3 @@ ![banner](pino-banner.png) | ||
* [How do I rotate log files?](#rotate) | ||
* [How do I redact sensitive information](#redact) | ||
* [How do I redact sensitive information?](#redact) | ||
* [How to use Transports with Pino](#transports) | ||
@@ -745,3 +745,3 @@ * [Caveats](#caveats) | ||
<a name="rotate"></a> | ||
## How do I rotate log files | ||
## How do I rotate log files? | ||
@@ -774,3 +774,3 @@ Use a separate tool for log rotation. | ||
<a name="redact"></a> | ||
## How do I redact sensitive information | ||
## How do I redact sensitive information?? | ||
@@ -777,0 +777,0 @@ Use [pino-noir](http://npm.im/pino-noir), initialize with the key paths you wish to redact and pass the resulting instance in through the `serializers` option |
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
589577