chia7712 commented on code in PR #21250:
URL: https://github.com/apache/kafka/pull/21250#discussion_r2667491573
##########
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/Loggers.java:
##########
@@ -251,6 +251,7 @@ org.apache.logging.log4j.core.Logger lookupLogger(String
logger) {
}
// visible for testing
+ @SuppressWarnings("deprecation")
Map<String, org.apache.logging.log4j.core.Logger> currentLoggers() {
Review Comment:
The deprecation warning is annoying. Since `getLoggers` has superseded
`getLoggerRegistry`, could we make this switch?
--
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]