Howto remove WLST welcome message when using script mode
I'd like to know if there's any way of removing the welcome message when running a WLST script file.
This is an example of what I want:
MyMachine/tmp $java weblogic.WLST myScript.py
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
I'd like to remove the welcome message in red because my script file is going to create an output comsumed by a third party product.
I'm running it in weblogic 10.3.4
Thanks in advance and kind regards,
Sergio