method

service_mirror

service_mirror(event)
public

No documentation available.

# File activestorage/lib/active_storage/structured_event_subscriber.rb, line 68
    def service_mirror(event)
      emit_debug_event("active_storage.service_mirror",
        key: event.payload[:key],
        checksum: event.payload[:checksum],
        duration_ms: event.duration.round(2),
      )
    end