ml-rest-api-caching
ml-rest-api-caching copied to clipboard
In caching.py, errors should be logged as such
In your caching file, there are some instances where you log.info for things that should not happen (eg failing to connect to the redis instance). I think it would be more appropriate to use logging.error.