Skip to content

Commit

Permalink
exception should be logged
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhun Xu authored and seldondev committed Jan 9, 2020
1 parent 7a539b6 commit 4254466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ private SeldonMessage queryREST(
{
logger.error(
"Couldn't retrieve prediction from external prediction server -- bad http return code: "
+ e.getRawStatusCode());
+ e.getRawStatusCode(), e);
handleHttpStatusCodeError(e);
} catch (Exception e)
{
Expand Down

0 comments on commit 4254466

Please sign in to comment.