Skip to content

Commit fb30954

Browse files
authored
Remove high-severity exception logging (#3865)
1 parent 4a6c2c0 commit fb30954

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

redis/multidb/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,6 @@ def _check_databases_health(self, on_error: Callable[[Exception], None] = None):
276276
unhealthy_db = e.database
277277
unhealthy_db.circuit.state = CBState.OPEN
278278

279-
logger.exception(
280-
"Health check failed, due to exception",
281-
exc_info=e.original_exception,
282-
)
283-
284279
if on_error:
285280
on_error(e.original_exception)
286281
except TimeoutError:

0 commit comments

Comments
 (0)