Skip to content

Commit

Permalink
[server] bump log level from debug to error for generic exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 committed Jan 27, 2025
1 parent e92c69f commit 7c98e35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public GenericExceptionMapper() {
@Override
public Response toResponse(final Throwable exception) {
final ThirdEyeStatus status = statusFor(exception);
LOG.debug(
LOG.error(
"Request failed because of a {}. Returning error code {}",
exception.getClass().getSimpleName(),
status.getRecommendedStatusCode(), exception);
Expand Down

0 comments on commit 7c98e35

Please sign in to comment.