Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md and package.json file #6

Merged
merged 1 commit into from Nov 10, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -1,11 +1,10 @@
#### The original author of this library is Charlie Robbins <charlie.robbins@gmail.com>.
# loggly-winston-bulk
# winston-loggly-bulk

A [Loggly][0] transport for [winston][1].

[![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)
[![Version npm](https://img.shields.io/npm/v/winston-loggly-bulk.svg?style=flat-square)](https://www.npmjs.com/package/winston-loggly-bulk)[![npm Downloads](https://img.shields.io/npm/dm/winston-loggly-bulk.svg?style=flat-square)](https://www.npmjs.com/package/winston-loggly-bulk)

[![NPM](https://nodei.co/npm/loggly-winston-bulk.png?downloads=true&downloadRank=true)](https://nodei.co/npm/loggly-winston-bulk/)
[![NPM](https://nodei.co/npm/winston-loggly-bulk.png?downloads=true&downloadRank=true)](https://nodei.co/npm/winston-loggly-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.

@@ -15,10 +14,10 @@ A client implementation for Loggly in node.js. Check out Loggly's [Node logging
var winston = require('winston');
//
// Requiring `loggly-winston-bulk` will expose
// Requiring `winston-loggly-bulk` will expose
// `winston.transports.Loggly`
//
require('loggly-winston-bulk');
require('winston-loggly-bulk');
winston.add(winston.transports.Loggly, options);
```
@@ -55,7 +54,7 @@ The [winston][1] codebase has been growing significantly with contributions and

``` bash
$ npm install winston
$ npm install loggly-winston-bulk
$ npm install winston-loggly-bulk
```

## Run Tests
@@ -82,8 +81,8 @@ Once you have valid configuration and credentials you can run tests with [npm][7
npm test
```

#### Author: [Shweta Jain](https://www.loggly.com/)
#### License: MIT
#### Author: [Charlie Robbins](http://www.github.com/indexzero)
#### Contributors: [Loggly](http://github.com/loggly), [Shweta Jain](http://github.com/shwetajain148),

[0]: http://loggly.com
[1]: https://github.com/flatiron/winston
@@ -1,8 +1,20 @@
{
"name": "loggly-winston-bulk",
"version": "1.0.1",
"name": "winston-loggly-bulk",
"version": "1.3.4",
"description": "A Loggly transport for winston",
"author": "Shweta Jain <sjain@loggly.com>",
"author": "Loggly <sjain@loggly.com>",
"contributors": [
{
"name": "Loggly",
"email": "sjain@loggly.com",
"url": "https://github.com/loggly"
},
{

This comment has been minimized.

@derekrjones

derekrjones Nov 10, 2016

its good practice to add Charlie Robbins to this list, as he is the main contributer

This comment has been minimized.

"name": "Shweta Jain",
"email": "shweta.jain@psquickit.com",
"url": "https://github.com/shwetajain148"
}
],
"repository": {
"type": "git",
"url": "https://github.com/loggly/winston-loggly-bulk.git"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.