ml-rest-api-caching icon indicating copy to clipboard operation
ml-rest-api-caching copied to clipboard

In caching.py, errors should be logged as such

Open WSHoekstra opened this issue 1 year ago • 0 comments

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.

WSHoekstra avatar Aug 13 '24 19:08 WSHoekstra