mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
remove variable left over from a refactor
This commit is contained in:
parent
399c287c2b
commit
8ed1ab3657
1 changed files with 1 additions and 2 deletions
|
@ -165,8 +165,7 @@ class LogStash::Pipeline
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
rescue => e
|
rescue => e
|
||||||
@logger.error("Exception in plugin #{plugin.class}",
|
@logger.error("Exception in filterworker", "exception" => e, "backtrace" => e.backtrace)
|
||||||
"plugin" => plugin.inspect, "exception" => e)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
@filters.each(&:teardown)
|
@filters.each(&:teardown)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue