highluck created KAFKA-20234:
--------------------------------
Summary: Replace System.out.println with proper logger for missing
property file warning
Key: KAFKA-20234
URL: https://issues.apache.org/jira/browse/KAFKA-20234
Project: Kafka
Issue Type: Improvement
Reporter: highluck
Assignee: highluck
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 message was sent by Atlassian Jira
(v8.20.10#820010)