Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Recent data store optimizations to reduce network API calls means a greater reliance on exception handling to minimize the number of calls, and catching thrown exceptions from these API calls (for example, calling a network API and handling a thrown exception for a missing blob instead of checking for blob existence first, then calling the other network API).
We need to change any logging of these issues to debug level, and/or change the log messages to avoid looking like there are problems or uncaught exceptions in the logs.