mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- remove extra prints
This commit is contained in:
parent
81cb804104
commit
c95912dd8d
1 changed files with 0 additions and 2 deletions
|
@ -241,7 +241,6 @@ class LogStash::Agent
|
|||
|
||||
configure
|
||||
|
||||
p :config_string => @config_string
|
||||
# Load the config file
|
||||
if @config_path
|
||||
# Support directory of config files.
|
||||
|
@ -287,7 +286,6 @@ class LogStash::Agent
|
|||
# :parameters => hash of key-value parameters from the config.
|
||||
type = plugin[:type].config_name # "input" or "filter" etc...
|
||||
klass = plugin[:plugin]
|
||||
p :plugin => plugin
|
||||
|
||||
# Create a new instance of a plugin, called like:
|
||||
# -> LogStash::Inputs::File.new( params )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue