Skip to content

Commit

Permalink
Change the committing log from debug to info so that we can see the r…
Browse files Browse the repository at this point in the history
…oots in a normal info log
  • Loading branch information
alexsporn committed May 14, 2024
1 parent 984221b commit 98642f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (m *Manager) createCommitment(slot iotago.SlotIndex) (*model.Commitment, er
rmc,
)

m.LogDebug("Committing", "commitment", newCommitment, "roots ", roots)
m.LogInfo("Committing", "commitment", newCommitment, "roots ", roots)

newModelCommitment, err := model.CommitmentFromCommitment(newCommitment, apiForSlot, serix.WithValidation())
if err != nil {
Expand Down

0 comments on commit 98642f3

Please sign in to comment.