fix: log verbosity level
This commit is contained in:
parent
b0529e4444
commit
fcf5a12dd0
@ -88,7 +88,7 @@ def on_scene_update(scene):
|
||||
check_common = session.repository.rdp.get_implementation(update.id).bl_check_common
|
||||
|
||||
if node and (node.owner == session.repository.username or check_common):
|
||||
logging.info(f"Updating {update.id.name}")
|
||||
logging.debug(f"Evaluate {update.id.name}")
|
||||
if node.state == UP:
|
||||
try:
|
||||
porcelain.commit(session.repository, node.uuid)
|
||||
|
Loading…
Reference in New Issue
Block a user