Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging the EXCON::RESPONSE is breaking the consuming services. #28

Open
srikirancse opened this issue Dec 19, 2019 · 0 comments
Open

Comments

@srikirancse
Copy link

The below line sends Excon::Response to the logger.debug which breaks logger which generally does not expect entire object to be logged.

logger.debug(response)

@srikirancse srikirancse changed the title Logging the response is breaking the consuming services. Logging the EXCON::RESPONSE is breaking the consuming services. Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant