mns-one opened a new pull request, #1330:
URL: https://github.com/apache/rocketmq-clients/pull/1330

   ### Problem
   
   `CompositedMessageInterceptor` and `MessageMeterInterceptor` both implement 
`MessageInterceptor` interface
   
   Logger in `MessageMeterInterceptor` was initialized with 
`MessageMeterInterceptor.class` but logger in `CompositedMessageInterceptor` 
was initialized with `MessageInterceptor.class` (the interface) instead of
   `CompositedMessageInterceptor.class`
   This routed all log output to the wrong logger name, making per-class log 
level configuration ineffective and error tracing misleading.
   
   ### Changes
   
   Replaced `MessageInterceptor.class` with `CompositedMessageInterceptor.class`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to