RaigorJiang commented on code in PR #32389:
URL: https://github.com/apache/shardingsphere/pull/32389#discussion_r1703253534
##########
pom.xml:
##########
@@ -987,10 +987,6 @@
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- </dependency>
Review Comment:
@linghengqian I'm in favor of removing it from the global, and temporarily
disabling the logging rule, since it now binds to logback, and users don't know
how to configure the rule.
#23856 provides a good idea, but before we implement the logging rule well,
it is better not to let it affect users.
--
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]