Skip to content
Snippets Groups Projects
Commit d43ae3f6 authored by Manish Jangid's avatar Manish Jangid
Browse files

Update logging

parent eea7b96a
No related branches found
No related tags found
1 merge request!411aws-sync-dev-to-master
......@@ -74,7 +74,7 @@ public class AwsNotificationHandler {
logger.debug("Sending out notification to endpoint: {}", endpoint);
HttpResponse response = httpClient.send(request);
logger.info("Request URL : {}, Response Code: {} ,Response Time: {}", subscription.getPushEndpoint(), response.getResponseCode(), Duration.ofMillis(response.getLatency()));
logger.debug("Request URL : {}, Response Code: {} ,Response Time: {}", subscription.getPushEndpoint(), response.getResponseCode(), Duration.ofMillis(response.getLatency()));
if (!response.isSuccessCode()) {
logger.error("Subscriber notification request failed. notificationId={} pushEndpoint={} createdBy={} response={}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment