Closed jordansissel closed 8 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.
This got implemented in #13, reviews welcome.
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.