Skip to content

Commit

Permalink
7110 Bad media type log level
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkec committed Nov 17, 2023
1 parent 7579869 commit 123625c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void route(BareRequest bareRequest, BareResponse bareResponse) {
response.request(nextRequests);
nextRequests.next();
} catch (Error | RuntimeException e) {
LOGGER.log(Level.SEVERE, "Unexpected error occurred during routing!", e);
LOGGER.log(Level.FINE, "Unexpected error occurred during routing!", e);
throw e;
}
}
Expand Down

0 comments on commit 123625c

Please sign in to comment.