Module: LogStasher::ActiveJob

Defined in:
lib/logstasher/active_job/log_subscriber.rb

Defined Under Namespace

Classes: LogSubscriber

Constant Summary collapse

BASE_SUBSCRIBER =
if defined?(::ActiveJob::LogSubscriber)
  ::ActiveJob::LogSubscriber
else
  ::ActiveJob::Logging::LogSubscriber
end