mirror of https://github.com/docusealco/docuseal
parent
cba2d02990
commit
ea59a68499
@ -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
|
||||
Loading…
Reference in new issue