chia7712 commented on code in PR #18872: URL: https://github.com/apache/kafka/pull/18872#discussion_r1959224906
########## docker/native/launch: ########## @@ -42,11 +42,11 @@ result=$(/opt/kafka/kafka.Kafka setup \ --default-configs-dir /etc/kafka/docker \ --mounted-configs-dir /mnt/shared/config \ --final-configs-dir /opt/kafka/config \ - -Dlog4j.configuration=file:/opt/kafka/config/tools-log4j.properties 2>&1) || \ + -Dlog4j2.configurationFile=file:/opt/kafka/config/tools-log4j2.yaml 2>&1) || \ Review Comment: `/opt/kafka/config/tools-log4j2.yaml` is nonexistent in running the setup. Maybe we can just remove it to align the command to jvm dockerfile -- 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