Remove redundant logger warning (#8954)

This commit is contained in:
henktillman
2020-06-15 21:14:58 -07:00
committed by GitHub
parent 1a1ddc74c4
commit 508149b3c3
-3
View File
@@ -935,9 +935,6 @@ def _start_redis_instance(executable,
load_module_args += ["--loadmodule", module]
while counter < num_retries:
if counter > 0:
logger.warning("Redis failed to start, retrying now.")
# Construct the command to start the Redis server.
command = [executable]
if password: