Closed darakian closed 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
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 :)
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