mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -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
|
||||
rescue => e
|
||||
@logger.error("Exception in plugin #{plugin.class}",
|
||||
"plugin" => plugin.inspect, "exception" => e)
|
||||
@logger.error("Exception in filterworker", "exception" => e, "backtrace" => e.backtrace)
|
||||
end
|
||||
|
||||
@filters.each(&:teardown)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue