# File control/ServerError/ServerError.rb, line 50
  def logging_error_query
    { 'type' => 'logging',
      'id' => @control.setup_logging_errors.index(@error_sample).to_s
    }
  end