Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop Flipper from outputting things in the console #870

Closed
adrianthedev opened this issue Jun 12, 2024 · 2 comments
Closed

Stop Flipper from outputting things in the console #870

adrianthedev opened this issue Jun 12, 2024 · 2 comments

Comments

@adrianthedev
Copy link

I would like to stop these output lines from the console and logs.
Is there a quick way to do that?

CleanShot 2024-06-12 at 13 57 35@2x

Thank you!

@bkeepers
Copy link
Collaborator

You can disable logging with:

# config/initializers/flipper.rb
Rails.application.configure do
  config.flipper.log = false
end

@adrianthedev
Copy link
Author

Thanks @bkeepers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants