WASdev / ci.docker

Build scripts for Docker images (Dockerfiles) and Docker related utilities for WebSphere Liberty.
Apache License 2.0
124 stars 121 forks source link

Hide keystore logs #618

Open kabicin opened 3 months ago

kabicin commented 3 months 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.