# File lib/mongo/monitoring/command_log_subscriber.rb, line 83
      def failed(event)
        if logger.debug?
          log_debug("#{prefix(event)} | FAILED | #{event.message} | #{event.duration}s")
        end
      end