Skip to content

Commit

Permalink
chore(logs): Debug logs for notification callbacks (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
luispollo authored Feb 13, 2020
1 parent 4df4af3 commit 6efec43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class NotificationService {
}

ResponseEntity<String> processNotificationCallback(String source, RequestEntity<String> request) {
log.debug("Processing notification callback: ${request.getMethod()} ${request.getUrl()}, ${request.getHeaders()}")
String contentType = request.getHeaders().getFirst("Content-Type")?.toLowerCase()

if (!contentType) {
Expand Down

0 comments on commit 6efec43

Please sign in to comment.