We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6574dea commit 74d41b1Copy full SHA for 74d41b1
lib/fluent/plugin/filter_concat.rb
@@ -68,7 +68,7 @@ def configure(conf)
68
super
69
70
params, names = required_params
71
- if params.reject{|e| e == true}.empty?
+ if params.all?
72
raise Fluent::ConfigError, "Either #{[names[0..-2].join(", "), names[-1]].join(" or ")} is required"
73
end
74
if @n_lines && (@multiline_start_regexp || @multiline_end_regexp)
0 commit comments