@ajfranzoia/pino-stackdriver
v4.4.0
Published
A transport for pino that sends messages to Google Stackdriver Logging
Downloads
62
Maintainers
Readme
pino-stackdriver
Forked and updated from https://github.com/ovhemert/pino-stackdriver
This module provides a "transport" for pino that forwards messages to the Google Stackdriver log service through it's API.
You should install pino-stackdriver
globally for ease of use:
npm install --production -g pino-stackdriver
Requirements
This package internally uses the Google cloud logging library to call the Stackdriver Logging API. To be able to log to Stackdriver, some setup is needed on the Google Cloud platform.
Create a service account on the page Stackdriver Logging Client Libraries. This downloads a JSON file with the credentials required.
Installation
To use globally from command line:
npm install -g pino-stackdriver
To include as a library in your project:
npm install pino-stackdriver
API
Want to use pino-stackdriver
as a library in your project?
See the API documentation for details.
Maintainers
Contributing
If you would like to help out with some code, check the details.
Not a coder, but still want to support? Have a look at the options available to donate.
License
Licensed under MIT.