Skip to content
Snippets Groups Projects
Commit 513b4e69 authored by Neelesh Thakur's avatar Neelesh Thakur
Browse files

switch to info logs

parent 770a9304
No related branches found
No related tags found
1 merge request!351switch to info logging level
Pipeline #168095 failed
......@@ -71,7 +71,7 @@ public class ProcessNotification {
MDC.setContextMap(mdcContextMap.getContextMap(correlationId, dataPartitionId, collaborationId));
dpsHeaders.setThreadContext(dataPartitionId, correlationId, collaborationId);
LOGGER.info("Notification process started for message with id: {}", message.getMessageId());
LOGGER.debug("Notification process started for message with id: {}", message.getMessageId());
HttpResponse response = notificationHandler.notifySubscriber(notificationContent.getNotificationId(),
notificationContent.getData(), notificationContent.getExtractAttributes());
......
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