Skip to content

Commit 4ff2996

Browse files
docs(node): say precisely why a provider status is safe to log
1 parent 7b0bc9f commit 4ff2996

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/node/src/foreign_chain_probe.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ pub async fn run_startup_probe(foreign_chains: ForeignChainsConfig) {
2424
}
2525
}
2626

27-
/// A [`ProviderStatus`] carries no provider text and no auth material, so it is logged whole.
27+
/// A [`ProviderStatus`] carries no auth material and no rendered error text, and its one
28+
/// provider written field is length capped, so it is logged whole.
2829
fn log_report(report: &ProbeReport) {
2930
for row in report.rows() {
3031
match &row.status {

0 commit comments

Comments
 (0)