Hisoka-X commented on code in PR #6816: URL: https://github.com/apache/seatunnel/pull/6816#discussion_r1596360507
########## seatunnel-core/seatunnel-starter/src/main/bin/seatunnel-cluster.cmd: ########## @@ -62,7 +62,7 @@ REM port in your IDE. After that, you can happily debug your code. REM set "JAVA_OPTS=%JAVA_OPTS% -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=5001,suspend=y" if exist "%CONF_DIR%\log4j2.properties" ( - set "JAVA_OPTS=%JAVA_OPTS% -Dlog4j2.configurationFile=%CONF_DIR%\log4j2.properties" + set "JAVA_OPTS=%JAVA_OPTS% -Dhazelcast.logging.type=log4j2 -Dlog4j2.configurationFile=%CONF_DIR%\log4j2.properties" Review Comment: cc @hailin0 -- 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]
