-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
More refactoring to use a LogAccessor from the IntegrationObjectSupport #3424
Comments
Am I correct to assume that we need to remove the
to
|
That’s correct, @trungPa . |
@artembilan can you assign this issue and #3549 to me? |
Unfortunately that’s not how GitHub works: we can assign only someone who is a part of the team or belongs to specially created group with an appropriate permission. Since in the end with the final merged contribution it doesn’t matter we don’t use that special group and say something in the issue comment that you claim it should be enough for external contributors to determine that this one is in progress . On the other hand I can assign it to myself to avoid any possible confusions while you are working on it. |
@artembilan it sounds good. |
Fixes #3424 * Use `LogMessage.format()` for lazily formatting * Fix some logging statements in `JdbcChannelMessageStore`
For example an
AbstractPollingEndpoint
and its code like this:The text was updated successfully, but these errors were encountered: