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
Currently the messages which go through the consumer, both the received message and the sent one, are not being logged.
I can't find any way to log them directly, and the few examples about this just add loggers to all the possible protocols loggers.
For example, if the consumer sends the message through HTTP the examples use:
<AsyncLogger name="org.mule.module.http.internal.HttpMessageLogger" level="DEBUG"/>
The text was updated successfully, but these errors were encountered:
Bernardo-MG
No branches or pull requests
Currently the messages which go through the consumer, both the received message and the sent one, are not being logged.
I can't find any way to log them directly, and the few examples about this just add loggers to all the possible protocols loggers.
For example, if the consumer sends the message through HTTP the examples use:
The text was updated successfully, but these errors were encountered: