chia7712 commented on PR #18185: URL: https://github.com/apache/kafka/pull/18185#issuecomment-2543432064
@frankvicky I feel `Loggers` is chaos in handling "old" root and "new" root. We need to keep compatibility to convert the "empty" to "root": 1. get "root" logger -> we need to use "rootLogger()" (`lastModifiedTimes`) 2. get "root" as namespace -> we need to return all loggers (`loggers`) 3. get log level of root -> we need to convert "empty" to "root" (`allLevels`) -- 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]
