File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ class Plugin::RecordModifierFilter < Plugin::Filter
3131This option is exclusive with `remove_keys`.
3232DESC
3333
34- BUILTIN_CONFIGURATIONS = %W( type @type log_level @log_level id @id char_encoding remove_keys whitelist_keys prepare_value )
35-
3634 def configure ( conf )
3735 super
3836
@@ -41,15 +39,6 @@ def configure(conf)
4139 end
4240
4341 @map = { }
44- conf . each_pair { |k , v |
45- unless BUILTIN_CONFIGURATIONS . include? ( k )
46- check_config_placeholders ( k , v ) ;
47- conf . has_key? ( k )
48- $log. warn "top level definition is deprecated. Please put parameters inside <record>: '#{ k } #{ v } '"
49- @map [ k ] = DynamicExpander . new ( k , v )
50- end
51- }
52-
5342 @to_enc = nil
5443 if @char_encoding
5544 from , to = @char_encoding . split ( ':' , 2 )
You can’t perform that action at this time.
0 commit comments