hippo4j icon indicating copy to clipboard operation
hippo4j copied to clipboard

优化 @Slf4j 日志打印 topic 名称

Open pirme opened this issue 2 years ago • 1 comments

pirme avatar Aug 23 '22 07:08 pirme

before:

2022-08-23 12:04:24.570  INFO 37776 --- [.health.check-0] c.h.s.s.remote.AbstractHealthCheck       : The client reconnects to the server successfully.

after:

2022-08-23 12:04:24.570  INFO 37776 --- [.health.check-0] DynamicThreadPool-Check       : The client reconnects to the server successfully.

pirme avatar Aug 23 '22 07:08 pirme