Describe the request
Detailed logs are very important for development as well as issue debugging. Create a logger system which can be enabled by certain flag. This logger will print all API calls in detail.
Current behaviour
Currently the API which failed is only printed with limited information
Expected behaviour
When debug enabled, should print detailed all API calls with all details like url, input, output, etc.
Describe the request Detailed logs are very important for development as well as issue debugging. Create a logger system which can be enabled by certain flag. This logger will print all API calls in detail.
Current behaviour Currently the API which failed is only printed with limited information
Expected behaviour When debug enabled, should print detailed all API calls with all details like url, input, output, etc.