@binxhealth/pino-stackdriver
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -14,4 +14,4 @@ #!/usr/bin/env node | ||
pid: { type: 'integer' }, | ||
req: { type: 'object' }, | ||
res: { type: 'object' }, | ||
req: { type: 'object', additionalProperties: true }, | ||
res: { type: 'object', additionalProperties: true }, | ||
responseTime: { type: 'integer' }, | ||
@@ -18,0 +18,0 @@ v: { type: 'integer' }, |
{ | ||
"name": "@binxhealth/pino-stackdriver", | ||
"version": "1.0.1", | ||
"description": "A utility that makes pino logs StackDriver-compatible", | ||
"version": "1.0.2", | ||
"description": "A utility that makes express-pino logs StackDriver-compatible", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "bin": { |
# pino-stackdriver | ||
> A utility that makes [pino][pinoUrl] logs StackDriver-compatible | ||
> A utility that makes express-[pino][pinoUrl] logs StackDriver-compatible | ||
## Installation | ||
```console | ||
npm install @binxhealth/pino-stackdriver --save | ||
``` | ||
## Usage | ||
```console | ||
node server.js | npx pino-stackdriver | ||
``` | ||
Or with a global install: | ||
```console | ||
node server.js | pino-stackdriver | ||
``` | ||
[pinoUrl]: http://getpino.io/#/ |
Sorry, the diff of this file is not supported yet
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
24
182829