Skip to content

Commit

Permalink
disable banner in joblog
Browse files Browse the repository at this point in the history
Signed-off-by: vvvlc  <vitezslav+github@vvvlcek.info>
disable banner based on zowe/zac#90 (comment)
Signed-off-by: Vitek Vlcek <vitezslav@vvvlcek.info>
  • Loading branch information
vvvlc authored and Vitek Vlcek committed Jul 24, 2019
1 parent 2134807 commit 2edc6b5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ java -Xms16m -Xmx512m -Dibm.serversocket.recover=true -Dfile.encoding=UTF-8 \
-Dserver.ssl.keyStoreType=PKCS12 \
-Dzosmf.httpsPort=**ZOSMF_HTTPS_PORT** \
-Dzosmf.ipAddress=**ZOSMF_IP** \
-jar $DIR/../**DATASETS_JAR** &
-Dspring.main.banner-mode=off \
-jar $DIR/../**DATASETS_JAR** &

0 comments on commit 2edc6b5

Please sign in to comment.