# File lib/r10k/action/runner.rb, line 26
      def setup_logging
        if @opts.key?(:loglevel)
          R10K::Logging.level = @opts[:loglevel]
        end
      end