shenshichao163-oss commented on issue #5474:
URL: 
https://github.com/apache/incubator-seata/issues/5474#issuecomment-5301472744

   I would like to work on this issue. I have submitted PR #8203 to optimize 
the channel availability log output:
   
   1. Changed `LOGGER.error()` to `LOGGER.info()` at info level (summary 
without stack traces)
   2. Changed `LOGGER.error()` to `LOGGER.debug()` at debug level (per-address 
detailed stack traces)
   3. All failed addresses are merged into one log entry
   4. Changed `else if` to independent `if` blocks so both levels work 
independently
   
   Please review when you have time. Thanks!


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to