Skip to content

Commit

Permalink
improve logging
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
  • Loading branch information
thenswan committed Nov 26, 2024
1 parent 13b117f commit e076f4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public void setInitialState(@NonNull final MerkleRoot state) {
* @param round the round to handle
*/
public void handleConsensusRound(final ConsensusRound round) {
logger.error(EXCEPTION.getMarker(), "handleConsensusRound: {} ", StackTrace.getStackTrace());
final MerkleRoot state = stateRef.get();

uptimeTracker.handleRound(round, state.getReadablePlatformState().getAddressBook());
Expand Down

0 comments on commit e076f4d

Please sign in to comment.