0.1.8 • Published 8 years ago

winston-googlecloud v0.1.8

Weekly downloads
40
License
-
Repository
github
Last release
8 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

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago