Flowdock
method

logger_tagged_by_active_job?

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: Logging
logger_tagged_by_active_job?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/logging.rb, line 50
      def logger_tagged_by_active_job?
        logger.formatter.current_tags.include?("ActiveJob")
      end
Register or log in to add new notes.