class Fluent::Plugin::CopyOutput

def configure(conf)

def configure(conf)
  super
  @stores.each { |store|
    @ignore_errors << (store.arg == 'ignore_error')
  }
end