Skip to content

Removing new line in stack trace

Srishti Sharma requested to merge srsharma2208 into master

Issue: Stack trace is split across multiple line. Target: Reduce stack trace by having each exception without line breaks.

Updates:

  1. Updated POM.xml of file service to take up latest code version(0.17.0-rc6)from azure-core-lib i.e. <osdu.corelibazure.version>0.17.0-rc6</osdu.corelibazure.version>
  2. Logging library is already updated with version 0.17.0-rc6 which removes line breaks in stack trace.

Merge request reports