Skip to content

Commit

Permalink
Change error log to debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashmini committed Sep 25, 2023
1 parent 3fc7797 commit 4f41df9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ private static String getContext(String tenantDomain, String endpoint, String ba
private static ErrorResponse buildErrorResponse(IdentityRecoveryException e, String errorCode, String errorMessage,
String errorDescription) {

ErrorResponse errorResponse = getErrorBuilder(errorCode, errorMessage, errorDescription).build(log, e,
ErrorResponse errorResponse = getErrorBuilder(errorCode, errorMessage, errorDescription).build(log,
errorMessage);
return errorResponse;
}
Expand Down

0 comments on commit 4f41df9

Please sign in to comment.