removed type definition from exec input as its already set in the base

This commit is contained in:
Nick Ethier 2011-08-06 02:46:06 -06:00
parent 4de29e2b32
commit 7bcb49f25b

View file

@ -8,8 +8,6 @@ class LogStash::Inputs::Exec < LogStash::Inputs::Base
config_name "exec"
config :type, :validate => :string, :required => true
# Set this to true to enable debugging on an input.
config :debug, :validate => :boolean, :default => false