mimaison commented on code in PR #12067: URL: https://github.com/apache/kafka/pull/12067#discussion_r892559221
########## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/resources/LoggingResource.java: ########## @@ -59,6 +60,7 @@ public class LoggingResource { */ @GET @Path("/") + @Operation(summary = "List the current loggers that have their levels explicitly set and their log levels") public Response listLoggers() { Review Comment: Yes this is not great. I think this should be fixable without requiring a KIP, but let's do this in a separate PR -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org