Skip to content

Commit

Permalink
LPD-33868 Log error if FDSAPIURLResolver throws exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarcobrunialti committed Aug 16, 2024
1 parent 643516c commit 28b5f72
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1096,9 +1096,7 @@ private String _resolveParameters(
apiURL, httpServletRequest);
}
catch (PortalException portalException) {
if (_log.isDebugEnabled()) {
_log.debug(portalException);
}
_log.error(portalException);

return apiURL;
}
Expand Down

0 comments on commit 28b5f72

Please sign in to comment.