Open
Description
Django-waffle is awesome! Feature request - Looks like there are default values assigned for switches that aren't defined in the database yet. I'd love some settings to either/or:
- Logging any switches/flags/etc that are attempted on read but undefined in the database
- A setting that fails the request if the setting isn't retrievable
It's easy for feature-flags to sort of get strewn about the code, and this sort of thing can help enforce discipline / rigor with their implementation.