0.1.8 • Published 10 years ago

winston-googlecloud v0.1.8

Weekly downloads
40
License
-
Repository
github
Last release
10 years ago

winston-googlecloud

Google Cloud Logging transport for winston.js

This library is licensed under MIT Licence.

Usage

var winston = require('winston');
//
// Requiring `winston-googlecloud` will expose
// `winston.transports.GoogleCloudLogging`
//
require('winston-googlecloud');

var options = {
    level: 'verbose',
    gcl_project_id: 'my-google-project-id',
    gcl_key_filename: "PATH TO JSON CREDENTIALS FILE",
    gcl_log_name: "my-log"
}
winston.add(winston.transports.GoogleCloudLogging, options);
0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago