Skip to content

Filtering out unwanted information from stacktrace and adding | separator

Srishti Sharma requested to merge srsharma_StackTraceEnhancement into master

Issue: Stack trace is split across multiple line and contain unnecessary information. Target: Reduce stack trace by having each exception without line breaks and remove unwanted date. Impact: Too many logs. Difficult to debug for DRIs.

Bug: https://dev.azure.com/OpenEnergyPlatform/Open%20Energy%20Platform/\_workitems/edit/6422 Enhancement: https://dev.azure.com/OpenEnergyPlatform/Open%20Energy%20Platform/_workitems/edit/12836

  1. Updated POM.xml of File Service to take up latest code version(0.17.0-rc14)from azure-core-lib i.e. <osdu.corelibazure.version>O.17.0-rc14</osdu.corelibazure.version>
  2. Logging library is already updated with version .17.0-rc14 which removes line breaks in stack trace and filters out unwanted packages' data from stacktrace.

Merge request reports