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

Error log to verbose in AbstractParallelEoSStreamProcessor #640

Open
bmaggi opened this issue Sep 8, 2023 · 0 comments
Open

Error log to verbose in AbstractParallelEoSStreamProcessor #640

bmaggi opened this issue Sep 8, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@bmaggi
Copy link

bmaggi commented Sep 8, 2023

Hi,

Context is pretty big and lead to an enormous log for this code which will be truncated in some tooling:

            String msg = msg("Exception caught in user function running stage, registering WC as failed, returning to" +
                    " mailbox. Context: {}", context, e);
            if (cause instanceof PCRetriableException) {
                log.debug("Explicit " + PCRetriableException.class.getSimpleName() + " caught, logging at DEBUG only. " + msg, e);
            } else {
                log.error(msg, e);
            }

I would be nice to have a
smaller toString for the context

Regards
Benoit

@rkolesnev rkolesnev added enhancement New feature or request good first issue Good for newcomers labels Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants