cleanup a handful of scaleset logs (#880)

This commit is contained in:
bmc-msft
2021-05-12 17:31:08 -04:00
committed by GitHub
parent 54d49a973e
commit 584f68065d
2 changed files with 4 additions and 2 deletions

View File

@ -519,7 +519,7 @@ class Scaleset(BASE_SCALESET, ORMMixin):
machine_ids.append(node.machine_id)
logging.info(
SCALESET_LOG_PREFIX + "deleting scaleset_id:%s machine_id:%s",
SCALESET_LOG_PREFIX + "deleting nodes scaleset_id:%s machine_id:%s",
self.scaleset_id,
machine_ids,
)