log some metrics

This commit is contained in:
GroovieGermanikus 2024-08-08 12:01:46 +02:00
parent 0a8ee48f17
commit 74ede55e6f
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 6 additions and 0 deletions

View File

@ -202,6 +202,12 @@ impl ChainData {
}
DoNothing => {}
}
trace!("account {} updated slotvec.len={} and case {:?}",
pubkey,
v.len(),
v_effect,
);
}
};
}