diff --git a/lib/fluent/command/plugin_config_formatter.rb b/lib/fluent/command/plugin_config_formatter.rb index 4bcbc350ae..c1b66210aa 100644 --- a/lib/fluent/command/plugin_config_formatter.rb +++ b/lib/fluent/command/plugin_config_formatter.rb @@ -167,6 +167,7 @@ def dump_section_markdown(base_section, level = 0) required = sub_section.delete(:required) multi = sub_section.delete(:multi) alias_name = sub_section.delete(:alias) + $log.trace(name: section_name, required: required, multi: multi, alias_name: alias_name) sub_section.delete(:section) dumped << ERB.new(template_path("section.md.erb").read, nil, "-").result(binding) end