You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MatayoshiMariano What version of activeadmin_jobs are you using?
The last version works with job_notifier v1.3.0
On that version, you can set the silenced_log option to false in the initializer. I think that will solve the problem.
You won't be able to silence the noisy output, but I think the gem will work.
JobNotifier.setupdo |config|
# If you're using an app client that is not part of rails project where Job Notifier gem was# installed, you can define a custom root_url. For example: "http://app.platan.us/"# config.root_url = "/"# This gem uses the polling technique to inform what's happening with your jobs. This generates# a noisy log output. If you want to silence this outputconfig.silenced_log=falseend
I get this issue when running
rails generate activeadmin_jobs:install
or starting web server after bundling.The text was updated successfully, but these errors were encountered: