From f2716eb5847de739cfe5e77dbb1f0ba56121d095 Mon Sep 17 00:00:00 2001 From: Brad Fol Date: Thu, 12 Nov 2015 09:51:14 -0800 Subject: [PATCH] Revert "Merge pull request #30 from chris-rudmin/master" This reverts commit 9e272120a34cdcf00669f8950bb14134db5232ec, reversing changes made to f1f1743a111da11423ae12bf0292b28c5357ba8e. # Conflicts: # README.md # lib/winston-loggly.js --- README.md | 1 - lib/winston-loggly.js | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 1b5cb5f..0264859 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/winston-loggly.js b/lib/winston-loggly.js index 4730ed8..bd6c3a2 100644 --- a/lib/winston-loggly.js +++ b/lib/winston-loggly.js @@ -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 });