From 8ed1ab3657c69ecb7a59f6f83cdd8d38faf29e4d Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Wed, 19 Jun 2013 23:31:22 -0700 Subject: [PATCH] remove variable left over from a refactor --- lib/logstash/pipeline.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/logstash/pipeline.rb b/lib/logstash/pipeline.rb index 93780b12f..7b133f867 100644 --- a/lib/logstash/pipeline.rb +++ b/lib/logstash/pipeline.rb @@ -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)