adjust active job log

This commit is contained in:
Pete Matsyburka
2025-12-04 14:54:55 +02:00
parent cba2d02990
commit ea59a68499
+9
View File
@@ -0,0 +1,9 @@
# frozen_string_literal: true
ActiveSupport.on_load(:active_job) do
ActiveJob::LogSubscriber.class_eval do
def args_info(_job)
''
end
end
end