# File lib/nanite/packets.rb, line 294
    def to_s
      log_msg = "#{super} #{id_to_s(identity)}"
      log_msg += ", services: #{services.join(', ')}" if services && !services.empty?
      log_msg += ", tags: #{tags.join(', ')}" if tags && !tags.empty?
      log_msg
    end