You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For context: we use a service that warms up the cache after a release.
We have many different allowed groups between user profiles.
That service has a list of those allowed groups and will warm up some data for each of those profiles.
For testing if allowed groups are set up correctly it might be handy to have an environment variable that would enable logging of incoming allowed groups when the cache is called.
Similar to how LOG_CACHE_KEYS and LOG_CLEAR_KEYS work.
The text was updated successfully, but these errors were encountered:
For context: we use a service that warms up the cache after a release.
We have many different allowed groups between user profiles.
That service has a list of those allowed groups and will warm up some data for each of those profiles.
For testing if allowed groups are set up correctly it might be handy to have an environment variable that would enable logging of incoming allowed groups when the cache is called.
Similar to how
LOG_CACHE_KEYS
andLOG_CLEAR_KEYS
work.The text was updated successfully, but these errors were encountered: