loggly-winston-bulk
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -10,3 +10,3 @@ /* | ||
var events = require('events'), | ||
loggly = require('loggly'), | ||
loggly = require('node-loggly-bulk'), | ||
util = require('util'), | ||
@@ -13,0 +13,0 @@ winston = require('winston'), |
{ | ||
"name": "loggly-winston-bulk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Loggly transport for winston", | ||
@@ -8,3 +8,3 @@ "author": "Shweta Jain <sjain@loggly.com>", | ||
"type": "git", | ||
"url": "http://github.com/indexzero/winston-loggly.git" | ||
"url": "https://github.com/loggly/winston-loggly-bulk.git" | ||
}, | ||
@@ -11,0 +11,0 @@ "keywords": ["winston", "loggly", "logging", "sysadmin", "tools"], |
@@ -5,2 +5,9 @@ # loggly-winston-bulk | ||
[![Version npm](https://img.shields.io/npm/v/loggly-winston-bulk.svg?style=flat-square)](https://www.npmjs.com/package/loggly-winston-bulk)[![npm Downloads](https://img.shields.io/npm/dm/loggly-winston-bulk.svg?style=flat-square)](https://www.npmjs.com/package/loggly-winston-bulk) | ||
[![NPM](https://nodei.co/npm/loggly-winston-bulk.png?downloads=true&downloadRank=true)](https://nodei.co/npm/loggly-winston-bulk/) | ||
A client implementation for Loggly in node.js. Check out Loggly's [Node logging documentation](https://www.loggly.com/docs/nodejs-logs/) for more. | ||
## Usage | ||
@@ -11,3 +18,3 @@ ``` js | ||
// | ||
// Requiring `loggly-winston-bulk` will expose | ||
// Requiring `winston-loggly` will expose | ||
// `winston.transports.Loggly` | ||
@@ -48,3 +55,3 @@ // | ||
### Installing loggly-winston-bulk | ||
### Installing winston-loggly | ||
@@ -83,3 +90,2 @@ ``` bash | ||
[0]: http://loggly.com | ||
@@ -86,0 +92,0 @@ [1]: https://github.com/flatiron/winston |
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
17798
8
95