You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For English only, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
It is simiar with #24727 and related to logback. I need to re-write DefaultLoggingRuleConfiguration in native building.
Describe the feature you would like.
Add getDefaultLoggingRuleConfiguration in YamlLoggingRuleConfigurationSwapper like
@RaigorJiang yeah, I can use @Substitute in GraalVM and it could re-write these codes during the native building. Because I need to exclude ch.qos.logback, there are some issue with DefaultLoggingRuleConfigurationBuilder during the static analysis.
Feature Request
For English only, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
It is simiar with #24727 and related to logback. I need to re-write
DefaultLoggingRuleConfiguration
in native building.Describe the feature you would like.
Add
getDefaultLoggingRuleConfiguration
inYamlLoggingRuleConfigurationSwapper
likeand change
shardingsphere/kernel/logging/core/src/main/java/org/apache/shardingsphere/logging/yaml/swapper/YamlLoggingRuleConfigurationSwapper.java
Lines 45 to 47 in dd16be8
The text was updated successfully, but these errors were encountered: