OpenLiberty / ci.docker

Eclipse Public License 1.0
42 stars 59 forks source link

Hide keystore logs #548

Open kabicin opened 4 weeks ago

kabicin commented 4 weeks ago

The configure.sh script commands are being output to stderr by default. This change hides both stdout and stderr streams when generating the keystore and imports the logger.sh script to set the VERBOSE flag. It can be used to suppress additional noise from output in the future.