Skip to content

Commit f6a8492

Browse files
chore: downgrade max constraint degree log to info (#321)
1 parent 41d12cc commit f6a8492

File tree

1 file changed

+1
-1
lines changed
  • crates/stark-backend/src/keygen

1 file changed

+1
-1
lines changed

crates/stark-backend/src/keygen/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl<SC: StarkProtocolConfig> MultiStarkKeygenBuilder<SC> {
121121
}
122122
}
123123
if max_constraint_degree != air_max_constraint_degree as usize {
124-
tracing::warn!(
124+
tracing::info!(
125125
"Actual max constraint degree across all AIRs ({air_max_constraint_degree}) does not match configured max constraint degree ({max_constraint_degree})",
126126
);
127127
}

0 commit comments

Comments
 (0)