Skip to content
Snippets Groups Projects
Commit 8a4a22a6 authored by Alok Joshi's avatar Alok Joshi
Browse files

Merge branch 'hotfix_remove_logs_that_cause_log_quota_exhaustion' into 'master'

remove logs that cause logs quota exhaustion

See merge request !374
parents 1556e541 7b0a4917
No related branches found
No related tags found
1 merge request!374remove logs that cause logs quota exhaustion
Pipeline #181272 failed
......@@ -39,7 +39,7 @@
<springframework.version>4.3.0.RELEASE</springframework.version>
<reactor.netty.version>0.11.0.RELEASE</reactor.netty.version>
<reactor.core.version>3.3.0.RELEASE</reactor.core.version>
<osdu.corelibazure.version>0.19.0-rc8</osdu.corelibazure.version>
<osdu.corelibazure.version>0.21.0-rc3</osdu.corelibazure.version>
<osdu.oscorecommon.version>0.19.0-rc6</osdu.oscorecommon.version>
<junit.version>5.6.0</junit.version>
<jjwt.version>3.8.1</jjwt.version>
......
......@@ -71,8 +71,6 @@ public class ProcessNotification {
MDC.setContextMap(mdcContextMap.getContextMap(correlationId, dataPartitionId, collaborationId));
dpsHeaders.setThreadContext(dataPartitionId, correlationId, collaborationId);
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