Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 5263337

Browse files
committed
Downgrade log level for only "onto" and "to_rebase" edges
This commit downgrades the log level for only "onto" and "to_rebase" edges when detecting conflicts and updates. Too noisy! Signed-off-by: Nick Gerace <nick@systeminit.com>
1 parent 8966a6d commit 5263337

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/dal/src/workspace_snapshot/graph.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,8 +1379,8 @@ impl WorkspaceSnapshotGraph {
13791379
unique_edges
13801380
};
13811381

1382-
info!("only to rebase edges: {:?}", &only_to_rebase_edges);
1383-
info!("only onto edges: {:?}", &only_onto_edges);
1382+
debug!("only to rebase edges: {:?}", &only_to_rebase_edges);
1383+
debug!("only onto edges: {:?}", &only_onto_edges);
13841384

13851385
let root_seen_as_of_onto = self
13861386
.get_node_weight(self.root_index)?

0 commit comments

Comments
 (0)