awesome description

This commit is contained in:
Kurt Hurtado 2014-02-24 23:23:14 -08:00
parent 71e8432998
commit 679bba0f58

View file

@ -1,6 +1,9 @@
# encoding: utf-8
require "logstash/codecs/base"
# The rubydebug codec will output your Logstash event data using
# the Ruby Awesome Print library.
#
class LogStash::Codecs::RubyDebug < LogStash::Codecs::Base
config_name "rubydebug"
milestone 3