dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

log miss

Open KamToHung opened this issue 2 years ago • 1 comments

10952做了log4j的适配 https://github.com/apache/dubbo/pull/10952, 代码3.1.5和3.1.0不变,但是WelcomeLogoApplicationListener中的Logger: 3.1.0版本使用:org.slf4j.Logger 3.1.5版本使用:org.apache.dubbo.common.logger.Logger 此pull修改了Logger的包引发的问题https://github.com/apache/dubbo/pull/11000 结论: 3.1.4版本合并了https://github.com/apache/dubbo/pull/11000但是没合并 https://github.com/apache/dubbo/pull/10952的问题, 以后是否在3.1.x版本中合并10952,如果合并的话此pr可以取消

KamToHung avatar Jan 31 '23 15:01 KamToHung

@KamToHung What log information is lost? I ran the demo and found no missing log information.

CrazyHZM avatar Feb 01 '23 03:02 CrazyHZM

Please check the comments on https://github.com/apache/dubbo/issues/11391, and will not roll back this content for the time being.

CrazyHZM avatar Feb 01 '23 03:02 CrazyHZM