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
logger.info("Experiment <%r> not found in experiment config", name)
This log line has the potential to be extremely verbose. Could we potentially rate limit logging on it, either by time window or just have it display once the first time it's seen in a given process run for each experiment ID? Discovered this by accident in an older version of Baseplate before it was spun out.
The text was updated successfully, but these errors were encountered:
experiments.py/reddit_experiments/__init__.py
Line 135 in c5f8373
The text was updated successfully, but these errors were encountered: