Namespace
Methods
Instance Public methods
log_arguments Link
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.