eureka-js-client
eureka-js-client copied to clipboard
Update error message console output for debugging
Currently error message is showing as: eureka registration FAILED: status: 400 body: [object Object] After the change it should show as: eureka registration FAILED: status: 400 body: {"error":"cannot parse request body"}
This will help the developer to understand better the error messaged been by the server.