flipper icon indicating copy to clipboard operation
flipper copied to clipboard

Prevent Flipper Logs when running Sidekiq

Open RachalCassity opened this issue 1 year ago • 1 comments

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.

Screenshot 2024-08-15 at 2 31 03 PM

RachalCassity avatar Aug 15 '24 19:08 RachalCassity

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?

jnunemaker avatar Aug 15 '24 19:08 jnunemaker

Let me know if there is anything else I can help with here. Happy to drop more examples or answer questions.

jnunemaker avatar Sep 03 '24 18:09 jnunemaker