Skip to content

Commit

Permalink
PAM: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-keeper committed Jan 14, 2025
1 parent ab68846 commit 7834a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keepercommander/keeper_dag/vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def belongs_to(self, vertex: DAGVertex, edge_type: EdgeType, content: Optional[A
if edge_type == EdgeType.DELETION:
return

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

# Create and append a new DAGEdge instance.
Expand Down

0 comments on commit 7834a19

Please sign in to comment.