highluck opened a new pull request, #21602: URL: https://github.com/apache/kafka/pull/21602
Currently, when a property file is not specified, the message "Did not load any properties since the property file is not specified" is printed using System.out.println. This is inconsistent with the rest of the codebase, which uses SLF4J logging. Replace System.out.println with log.warn to ensure consistent logging behavior and allow proper log level filtering and output control. -- 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]
