Skip to content

Commit

Permalink
Downgrade unblind logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Mar 16, 2024
1 parent 2b77918 commit 8e051db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/daemon/rest/unblindblock.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (s *Service) obtainUnblindedBlock(ctx context.Context,
}

for k, v := range r.Header {
s.log.Info().Str("key", k).Strs("values", v).Msg("Header")
s.log.Trace().Str("key", k).Strs("values", v).Msg("Header")
}

// Obtain the consensus version so we know what we have to unmarshal to.
Expand Down

0 comments on commit 8e051db

Please sign in to comment.