liunaijie commented on code in PR #8421:
URL: https://github.com/apache/seatunnel/pull/8421#discussion_r1900546832
##########
seatunnel-dist/src/main/docker/Dockerfile:
##########
@@ -8,7 +8,6 @@ RUN cd /opt && \
tar -zxvf apache-seatunnel-${VERSION}-bin.tar.gz && \
mv apache-seatunnel-${VERSION} seatunnel && \
rm apache-seatunnel-${VERSION}-bin.tar.gz && \
- cp seatunnel/config/log4j2_client.properties
seatunnel/config/log4j2.properties && \
Review Comment:
The config are different now, so skip copy this file.
Copy this file is want to change the log output to console instead of of
File. Then when deploy on docker, we can use `docker logs` to check the log,
don't need check the file in container.
--
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]