# File lib/jekyll/commands/watch.rb, line 11
      def process(options)
        Jekyll.logger.log_level = :error if options['quiet']
        watch(site, options) if options['watch']
      end