mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added debug logging to hierarchical attrs event
This commit is contained in:
parent
aea0eefab0
commit
642020ae12
1 changed files with 6 additions and 0 deletions
|
|
@ -103,6 +103,12 @@ class SyncHierarchicalAttrs(BaseEvent):
|
|||
for key, attr_value in processed_keys.items():
|
||||
self.update_hierarchical_attribute(entity, key, attr_value)
|
||||
|
||||
self.log.debug(
|
||||
"Updated hierarchical attributes for entity \"{}\": {}".format(
|
||||
ent_path, str(processed_keys.keys())
|
||||
)
|
||||
)
|
||||
|
||||
self.db_con.uninstall()
|
||||
|
||||
return True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue