Using existing auto scale settings isn't an error (#1745)

This commit is contained in:
Teo Voinea
2022-04-06 08:41:58 -04:00
committed by GitHub
parent a603b17436
commit 8299d8fb57

View File

@ -884,7 +884,7 @@ class Scaleset(BASE_SCALESET, ORMMixin):
if auto_scale_config is None:
auto_scale_profile = default_auto_scale_profile(pool_queue_uri, capacity)
else:
logging.error("Using existing auto scale settings from database")
logging.info("Using existing auto scale settings from database")
auto_scale_profile = create_auto_scale_profile(
pool_queue_uri,
auto_scale_config.min,