# File lib/mongo/monitoring/command_log_subscriber.rb, line 55
      def started(event)
        if logger.debug?
          log_debug("#{prefix(event)} | STARTED | #{format_command(event.command)}")
        end
      end