-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log4j2 warning #12332
Log4j2 warning #12332
Conversation
Native image SpringGateway has Routing with the same name will throw UnsupportedFeatureError
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two question:
- Can this change support log4j2 load property from nacosClientProperty?
- From which version log4j2 support this configuration?
|
细看了一下, https://logging.apache.org/log4j/2.x/manual/configuration.html#ConfigurationSyntax Package标签在3.0 也废弃了 |
如果当前的方法能够覆盖当前绝大多数log4j2的版本,应该要先合入, 主要是担心这么修改后, 导致很多版本无法使用。 虽然现在的用法有warning,但是是可用的。 至于新方法,我觉得可能需要新增一个log4j2的adapter来适配,我理解新的这种处理方式,很多旧版本不支持。 目前PR先聚焦于前者, 帮忙确认一下修改后的配置,在log4j2的适配版本范围, 比如2.1~latest,或者2.0~latest;再考虑是否合入。 |
好的,我本地再确认确认, 暂时这个pr我先关闭,等我确认没问题,我在重新打开 |
fixed #12102