1
0
mirror of https://github.com/meineerde/rackstash.git synced 2026-04-05 22:51:38 +00:00

Require the Logstash encoder on load

This commit is contained in:
Holger Just 2017-08-15 22:11:33 +02:00
parent fa174bba9d
commit 2da9bdd212

View File

@ -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'