# File lib/puma/cli.rb, line 71
    def debug(str)
      if @options[:debug]
        @events.log "- #{str}"
      end
    end