class ActionController::LogSubscriber

def send_file(event)

def send_file(event)
  info("Sent file #{event.payload[:path]} (#{format_duration(event.duration)})")
end