Skip to content

Improving logs to debug negative case scenarios 5xx and 4xx errors

Harshika Dhoot requested to merge logsIQ into azure/m16-master

Adding logs such that for any 4xx or 5xx calls we are able to trace the flow using correlation id, urls, http methods, which will enable us to perform the debugging faster and also at the places where we are blocked because of no correlation id

Only one test case- ADME instance compatibility run:indexerqueuegreenrun

test case scenarios:

  1. 4xx case here we can see the request sent info and the response received info: indexerqueue4xx

  2. 500 case: indexerqueue5xx

  3. 200 case: indexerqueue2xx

Edited by Harshika Dhoot

Merge request reports