chia7712 commented on PR #18969: URL: https://github.com/apache/kafka/pull/18969#issuecomment-2673864688
For future reference: Changing logger levels distinguishes between connector and admin APIs. The connector API uses "namespace"-based logger level changes, while the admin API uses specific logger-based changes. Therefore, this PR uses `setLevel` for the core module and `setAllLevels` for the connect module. I have test the PR locally - see following screenshot ### case 0: changing root level does not impact other loggers  ### case 1: the loggers defined by configs are not impacted by parent logger  -- 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