class ActionView::LogSubscriber

def render_layout(event)

def render_layout(event)
  info do
    message = +"  Rendered layout #{from_rails_root(event.payload[:identifier])}"
    message << " (Duration: #{event.duration.round(1)}ms | Allocations: #{event.allocations})"
  end
end