logstash-plugins / logstash-filter-translate

Translate filter for Logstash
Apache License 2.0
21 stars 47 forks source link

YAML loading errors are masked accidentally #5

Closed jordansissel closed 8 years ago

jordansissel commented 9 years ago

Code: https://github.com/logstash-plugins/logstash-filter-translate/blob/master/lib/logstash/filters/translate.rb#L140

This code catches any Exception and simply logs "Bad Syntax" but doesn't tell us the real error.

purbon commented 9 years ago

This got implemented in #13, reviews welcome.