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

Why error logging in RequestBatch? #341

Closed
azpeters opened this issue Nov 11, 2014 · 2 comments
Closed

Why error logging in RequestBatch? #341

azpeters opened this issue Nov 11, 2014 · 2 comments
Milestone

Comments

@azpeters
Copy link

Elsewhere in Hystrix code, error logging has been left to the client and has been in the Hystrix code itself at debug level. However, in RequestBatch, there is logging at error level, so I'm seeing dual logging of very long stack traces in my logs (since I, too, am logging). Is there a reason that error logging happens in this class, even though it doesn't elsewhere?

Line I'm looking at:

logger.error("Exception mapping responses to requests.", e);

@benjchristensen
Copy link
Contributor

Doesn't look like a good reason, just an oversight. It can be changed to debug.

@mattrjacobs
Copy link
Contributor

@azpeters This change is in #374. Any other problematic logging you see?

@mattrjacobs mattrjacobs removed this from the 1.4.x milestone Dec 19, 2014
@azpeters azpeters removed this from the 1.4.x milestone Dec 19, 2014
@mattrjacobs mattrjacobs added this to the 1.4.0-RC6 milestone Dec 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants