Skip to content

Commit 53ec77f

Browse files
committed
add: debug log to have logs in success request
1 parent 3803474 commit 53ec77f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/service/api/handlers/create_identity.go

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ func CreateIdentity(w http.ResponseWriter, r *http.Request) {
7474
"request_data": string(rawReqData),
7575
})
7676

77+
log.Debug("create identity test")
78+
7779
algorithm := signatureAlgorithm(req.Data.DocumentSOD.Algorithm)
7880
if algorithm == "" {
7981
log.WithError(fmt.Errorf("%s is not a valid algorithm", req.Data.DocumentSOD.Algorithm)).Error("failed to select signature algorithm")

0 commit comments

Comments
 (0)