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

Commit 6034186

Browse files
merge: #3473
3473: Downgrade log level for only "onto" and "to_rebase" edges (ENG-2420) r=nickgerace a=nickgerace This commit downgrades the log level for only "onto" and "to_rebase" edges when detecting conflicts and updates. Too noisy! Co-authored-by: Nick Gerace <nick@systeminit.com>
2 parents 8966a6d + 5263337 commit 6034186

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)