log some metrics
This commit is contained in:
parent
0a8ee48f17
commit
74ede55e6f
|
@ -202,6 +202,12 @@ impl ChainData {
|
|||
}
|
||||
DoNothing => {}
|
||||
}
|
||||
|
||||
trace!("account {} updated slotvec.len={} and case {:?}",
|
||||
pubkey,
|
||||
v.len(),
|
||||
v_effect,
|
||||
);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue