Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Checking incoming body log...
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanguranda committed Dec 5, 2017
1 parent 53b76bf commit 8c7db3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unfolder.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func (u *unfolder) handle(writer http.ResponseWriter, req *http.Request) {
writeError(writer, http.StatusUnprocessableEntity, err)
return
}
log.Infof("Message with tid=%v, contentCollectionUuid=%v, collectionType=%v. Incoming body is: %v", tid, uuid, collectionType, body)

uuidsAndDate, err := u.uuidsAndDateRes.Resolve(body)
if err != nil {
Expand Down

0 comments on commit 8c7db3c

Please sign in to comment.