# File lib/logger.rb, line 685
    def level=(level)
      @level = level
      @log.level = @level
    end