Skip to content

Commit

Permalink
Reduce log spam (#2556)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBrussee authored Nov 27, 2024
1 parent fba75d3 commit ba7ed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/burn-fusion/src/stream/store/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl<O> ExecutionPlanStore<O> {
}

let id = self.plans.len();
log::info!(
log::trace!(
"New execution plan {} - Operations: {:?} - Triggers {:?}",
id,
exploration.operations.len(),
Expand Down

0 comments on commit ba7ed4f

Please sign in to comment.