Introduce
::ActiveSupport::EventReporter::LogSubscriberstructured event logging.class MyLogSubscriber < ActiveSupport::EventReporter::LogSubscriber self.namespace = "test" def something(event) info { "Event #{event[:name]} emitted." } end endGannon McGibbon
Please check [8-1-stable]) for previous changes.