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)