collectiveidea / delayed_job_mongoid

Mongoid backend for delayed_job
MIT License
170 stars 120 forks source link

Disable logging of job polling queries #54

Closed doughsay closed 2 years ago

doughsay commented 10 years ago

Is there a way to disable the MOPED logs from being added to the development.log or production.log file every time delayed job polls? It adds a lot of noise to the log files and makes using tail -f on them really annoying, as every 5 seconds you get a MOPED query checking for new jobs...

dblock commented 7 years ago

This is old. Doing some bookkeeping. Have you figured this out @doughsay?

doughsay commented 7 years ago

No, we just sorta deal with it. Feel free to close.

On Mon, Feb 13, 2017, 11:51 AM Daniel Doubrovkine (dB.) @dblockdotorg < notifications@github.com> wrote:

This is old. Doing some bookkeeping. Have you figured this out @doughsay https://github.com/doughsay?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/collectiveidea/delayed_job_mongoid/issues/54#issuecomment-279502615, or mute the thread https://github.com/notifications/unsubscribe-auth/AANh_Qvzi15eECJ_CX8W-k69CdvHseb4ks5rcLRLgaJpZM4ClLxa .

dblock commented 7 years ago

I am going to label this a feature request and edit it a bit, I think it's a good idea.