added debug with project name to sync to avalon action

This commit is contained in:
iLLiCiTiT 2020-01-10 11:40:53 +01:00
parent 9bc2f557a3
commit 4bb66af201

View file

@ -314,6 +314,9 @@ class SyncEntitiesFactory:
self.log.warning(msg)
return {"success": False, "message": msg}
self.log.debug((
"*** Synchronization initialization started <{}>."
).format(project_full_name))
# Check if `avalon_mongo_id` custom attribute exist or is accessible
if CustAttrIdKey not in ft_project["custom_attributes"]:
items = []