apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.34k stars 26.4k forks source link

Dubbo GSoC 2023 - Dubbo i18n log #11892

Open AlbumenJ opened 1 year ago

AlbumenJ commented 1 year ago

Dubbo is a development framework that is closely related to users, and many usages by users may cause exceptions handled by Dubbo. Usually, in this case, users can only judge through logs. We hope to provide an i18n localized log output tool to provide users with a more friendly log troubleshooting experience.

https://issues.apache.org/jira/browse/DUBBO-109

WeiXiao-Hyy commented 1 year ago

maybe i can try ~

AlbumenJ commented 1 year ago

maybe i can try ~

sure

erdengk commented 1 year ago

I'm very interested in this topic. I will apply as a student. I'm currently writing a proposal, which will be published and discussed on the mailing list.

liqi19950722 commented 1 year ago

It might be possible to use jboss-logging-tool, and I've written some usage scenarios. It is a compile-time build framework https://github.com/liqi19950722/fun-stuff-jboss-logging-tool But there is a problem that the internationalize information does not change once the classes is loaded.