diff --git a/src/BL/Services/BaseClientHelper.cs b/src/BL/Services/BaseClientHelper.cs index 426ca611b..bb5f7a109 100644 --- a/src/BL/Services/BaseClientHelper.cs +++ b/src/BL/Services/BaseClientHelper.cs @@ -153,6 +153,7 @@ protected async Task ClientHelperRequestAsync(string endPoi // Output the string contentsn } + Log.Information("{Function} Api returned an error for {endPoint} Response {Res} Error content {Content}", "ClientHelperRequestAsync",endPoint , res, content); throw new Exception("API Call Failure: " + res.StatusCode + ": " + res.ReasonPhrase + " " + content); }