instance method log_arguments

Ruby on Rails 7.2.3

Since v7.2.3

Available in: v7.2.3 v8.0.4 v8.1.2

Configures whether a job’s arguments should be logged. This can be useful when a job’s arguments may be sensitive and so should not be logged.

The value defaults to true, but this can be configured with config.active_job.log_arguments. Additionally, individual jobs can also configure a value, which will apply to themselves and any subclasses.

Source
# File activejob/lib/active_job/logging.rb, line 26
      class_attribute :log_arguments, instance_accessor: false, default: true

Defined in activejob/lib/active_job/logging.rb line 26 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveJob::Logging

Type at least 2 characters to search.

↑↓ navigate · open · esc close