Skip to content
New issue

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

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

Already on GitHub? # to your account

Revert "Merge pull request #30 from chris-rudmin/master" #35

Merged
merged 1 commit into from
Nov 13, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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