From 2da9bdd212c6c4313626fff7904f2786a127081b Mon Sep 17 00:00:00 2001 From: Holger Just Date: Tue, 15 Aug 2017 22:11:33 +0200 Subject: [PATCH] Require the Logstash encoder on load --- lib/rackstash/encoders.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rackstash/encoders.rb b/lib/rackstash/encoders.rb index 076ac69..b1b90dc 100644 --- a/lib/rackstash/encoders.rb +++ b/lib/rackstash/encoders.rb @@ -5,4 +5,5 @@ # of the MIT license. See the LICENSE.txt file for details. require 'rackstash/encoders/json' +require 'rackstash/encoders/logstash' require 'rackstash/encoders/raw'