Skip to content

Commit 9788464

Browse files
committed
chore(host): add logs
1 parent e2b54d6 commit 9788464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

host/src/server/api/v3/proof/batch.rs

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ async fn batch_handler(
206206
})
207207
}
208208
};
209+
tracing::debug!("Batch proof result: {}", serde_json::to_string(&result)?);
209210
Ok(to_v3_status(batch_request.proof_type, result))
210211
}
211212

0 commit comments

Comments
 (0)