lib/rocket_job/plugins/job/model.rb in rocketjob-3.0.0.alpha vs lib/rocket_job/plugins/job/model.rb in rocketjob-3.0.0.beta
- old
+ new
@@ -44,10 +44,10 @@
# Raise or lower the log level when calling the job
# Can be used to reduce log noise, especially during high volume calls
# For debugging a single job can be logged at a low level such as :trace
# Levels supported: :trace, :debug, :info, :warn, :error, :fatal
- field :log_level, type: Symbol, user_editable: true
+ field :log_level, type: Symbol, class_attribute: true, user_editable: true
#
# Read-only attributes
#