cfpb / django-flags

Feature flags for Django projects
https://cfpb.github.io/django-flags/
Creative Commons Zero v1.0 Universal
260 stars 32 forks source link

Set FLAGS_STATE_LOGGING to false by default #50

Closed darakian closed 5 years ago

darakian commented 5 years ago

This PR makes a minor change to the logging by setting FLAGS_STATE_LOGGING to false by default. In the event that you have one or more per connection flags enabled this becomes very noisy.

Reference PR for initial state https://github.com/cfpb/django-flags/pull/40

darakian commented 5 years ago

you might not realize is available until after you've needed it.

Yes, but also if you have multiple per connection flags your log files (and disk IO in some cases) quickly explode. Many thanks for the merge :)