Skip to content

Commit

Permalink
log some metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Aug 8, 2024
1 parent 0a8ee48 commit 74ede55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions connector/src/chain_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ impl ChainData {
}
DoNothing => {}

Check warning on line 203 in connector/src/chain_data.rs

View workflow job for this annotation

GitHub Actions / test

Diff in /home/runner/work/mango-feeds/mango-feeds/connector/src/chain_data.rs
}

trace!("account {} updated slotvec.len={} and case {:?}",
pubkey,
v.len(),
v_effect,
);
}
};
}
Expand Down

0 comments on commit 74ede55

Please sign in to comment.