weibocom / motan

A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.
Other
5.89k stars 1.78k forks source link

关于motan中引入的log4j组件 #545

Open kkrgwbj opened 7 years ago

kkrgwbj commented 7 years ago

不明白为什么一个底层的框架会依赖log4j1.x的版本做什么。建议用slf4japi引入。另外,log4j1.x性能非常低下。建议用log4j2

kkrgwbj commented 7 years ago

另外什么时候,打算将netty从3.x版本更新到4.x版本。我们的项目中有需要用到netty是用的4.x版本。但是motan又依赖3.x的版本,导致非常混乱。

rayzhang0603 commented 7 years ago

netty4的更新工作已经启动。日志框架motan使用的slf4j,没有强依赖log4j,使用时可以进行替换。后续我们也会直接将依赖进行升级。非常感谢您的建议~

kkrgwbj commented 7 years ago

好的期待新版本发布。