We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Context is pretty big and lead to an enormous log for this code which will be truncated in some tooling:
I would be nice to have a
smaller toString for the context
Regards
Benoit
The text was updated successfully, but these errors were encountered: