Skip to content

Commit e62cbf1

Browse files
committed
PAM: logging
1 parent ab68846 commit e62cbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keepercommander/keeper_dag/vertex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def belongs_to(self, vertex: DAGVertex, edge_type: EdgeType, content: Optional[A
562562
if edge_type == EdgeType.DELETION:
563563
return
564564

565-
self.dag.logger.info(f"vertex {self.uid} was inactive; reactivating vertex.")
565+
self.dag.logger.debug(f"vertex {self.uid} was inactive; reactivating vertex.")
566566
self.active = True
567567

568568
# Create and append a new DAGEdge instance.

0 commit comments

Comments
 (0)