Skip to content

Commit

Permalink
Merge pull request #35 from bradfol/revert
Browse files Browse the repository at this point in the history
Revert "Merge pull request #30 from chris-rudmin/master"
  • Loading branch information
indexzero committed Nov 13, 2015
2 parents cf89f92 + f2716eb commit a24b464
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ The Loggly transport is based on [Nodejitsu's][2] [node-loggly][3] implementatio
* __inputToken:__ The input token of the input this instance should log to.
* __json:__ If true, messages will be sent to Loggly as JSON.
* __tags:__ An array of tags to send to loggly.
* __host:__ Destination server.
* __isBulk:__ If true, sends messages using bulk url
* __stripColors:__ Strip color codes from the logs before sending

Expand Down
1 change: 0 additions & 1 deletion lib/winston-loggly.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var Loggly = exports.Loggly = function (options) {
json: options.json || false,
token: options.token,
tags: tags,
host: options.host,
isBulk: options.isBulk || false
});

Expand Down

0 comments on commit a24b464

Please # to comment.