You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/12 14:06:17 UTC

[GitHub] [incubator-seatunnel] wuchunfu commented on a change in pull request #1000: [SeaTunnel #998] add an environment variable to control print AsciiLogo

wuchunfu commented on a change in pull request #1000:
URL: https://github.com/apache/incubator-seatunnel/pull/1000#discussion_r783104572



##########
File path: config/seatunnel-env.sh
##########
@@ -19,4 +19,7 @@
 # Home directory of spark distribution.
 SPARK_HOME=${SPARK_HOME:-/opt/spark}
 # Home directory of flink distribution.
-FLINK_HOME=${FLINK_HOME:-/opt/flink}
\ No newline at end of file
+FLINK_HOME=${FLINK_HOME:-/opt/flink}
+
+# Control the ascii logo string, set to empty to disable it
+export SEATUNNEL_ASCII_LOGO=SeaTunnel

Review comment:
       > hi @yx91490, it seems not necessary let `SEATUNNEL_ASCII_LOGO` as the system env.
   
   +1




-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org