Skip to content

Commit

Permalink
Update crates/orchestrator/src/jobs/snos_job/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mohit Dhattarwal <48082542+Mohiiit@users.noreply.github.com>
  • Loading branch information
heemankv and Mohiiit authored Oct 11, 2024
1 parent ace5c23 commit ffe6ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/orchestrator/src/jobs/snos_job/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl Job for SnosJob {

let snos_url = config.snos_url().to_string();
let snos_url = snos_url.trim_end_matches('/');
tracing::trace!(job_id = %job.internal_id, "Calling prove_block function");
tracing::debug!(job_id = %job.internal_id, "Calling prove_block function");
let (cairo_pie, snos_output) =
prove_block(block_number, snos_url, LayoutName::all_cairo, false).await.map_err(|e| {
tracing::error!(job_id = %job.internal_id, error = %e, "SNOS execution failed");
Expand Down

0 comments on commit ffe6ced

Please sign in to comment.