fix: log verbosity level

This commit is contained in:
Swann 2021-06-18 15:03:14 +02:00
parent b0529e4444
commit fcf5a12dd0
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -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)