# File lib_ctrl/rucy/params.rb, line 686
    def del_logfile_at(pos)
      @params['access_logs'].delete_at(pos)
      nil
    end