[
https://issues.apache.org/jira/browse/KAFKA-20234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18065555#comment-18065555
]
Aman Ahmad commented on KAFKA-20234:
------------------------------------
Hi [~high.lee] ,
I would like to work on this if you are not working on this yourself.
Thanks!
> 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
> Priority: Trivial
>
> 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)