Skip to content

Commit

Permalink
debug: request data
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko authored Jan 6, 2025
1 parent 0f936a5 commit 86fc420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/service/api/handlers/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ func Register(w http.ResponseWriter, r *http.Request) {
return
}

log.WithField("sod", req.Data.Attributes.DocumentSod).Debug("request started")

algorithmPair := types.AlgorithmPair{
DgHashAlgorithm: types.HashAlgorithmFromString(req.Data.Attributes.DocumentSod.HashAlgorithm),
SignedAttrHashAlg: types.HashAlgorithmFromString(req.Data.Attributes.DocumentSod.HashAlgorithm),
Expand Down

0 comments on commit 86fc420

Please sign in to comment.