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

Merge branch 'switch-logs' into 'master'

switch to info logging level

See merge request !351
parents 770a9304 513b4e69
No related branches found
No related tags found
1 merge request!351switch to info logging level
Pipeline #168233 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