flipper
flipper copied to clipboard
Prevent Flipper Logs when running Sidekiq
I have config.flipper.log = false defined in the Flipper initializer. When running bundle exec sidekiq, these logs are flooding in. I do not see these logs in the rails logs, only Sidekiq logs.
These are the active record queries. We only suppress the flipper logging but if active record or other adapters do logging we leave it alone.
You definitely can suppress active record logging by increasing the log level or logging to /dev/null or something but not sure if you want to do that.
Any other questions related to this or other flipper things?
Let me know if there is anything else I can help with here. Happy to drop more examples or answer questions.