remove logs that cause logs quota exhaustion
HOTFIX. We saw log quota exhaustion in prod. The biggest culprit was notification service traces. We have identified 3 log entries that appear to be causing the bulk of the issues and these should be removed
- Log message startswith "Notification process started for message with id" - from notification service
- Log message startswith "Start worker task : {messageId" - from core-lib-azure
- Log message startswith "End worker task duration(ms)" from core-lib-azure
core-lib-azure logs(2,3) will be removed by MR osdu/platform/system/lib/cloud/azure/os-core-lib-azure!294 (merged)
Edited by Yurii Kondakov