zhouxinyu commented on PR #5524: URL: https://github.com/apache/rocketmq/pull/5524#issuecomment-1318273260
> @zhouxinyu > > > Consider replacing the current logging module with a simple new module containing a logback dependency and customized configurators. We could shade the lagback in the compile stage. > > Shading slf4j and logback is not of core concern and their release cycles match their own upstream vendors...I think it is best to externalize it to its own repository. But we indeed do the shading work, hiding this work in another repo[[rocketmq-logging](https://github.com/aliyun-mq/rocketmq-logging)] doesn't change this truth. Furthermore, we have some customized [configurators](https://github.com/aliyun-mq/rocketmq-logging/blob/master/rocketmq-logback-extensions/src/main/java/io/github/aliyunmq/logback/extensions/DefaultJoranConfiguratorWrapper.java) should belong to rocketmq repo. I think there is no one who wants to maintain the new repo rocketmq-logging in aliyun-mq organization. -- 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]
