Is your feature request related to a problem? Please describe.
We have many feature flags in a large codebase and are getting generic logs like:
JSON flag requested as String. For backwards compatibility returning a serialized representation of flag value. This behavior will be removed in the next major version (3.0.0)
These are impossible to track down. I just did a manual audit of hundreds of flags to see if we're using any JSON flags as String and didn't find any manually.
Describe the solution you'd like
Include the relevant flag in any logs like this.
Describe alternatives you've considered
Manually check hundreds of flags.
We would love to see #113 as well