From 609acd9477f2f964b5bfa38e35f5e0760d3858b5 Mon Sep 17 00:00:00 2001 From: Francesco_Cina Date: Tue, 9 Mar 2021 20:52:16 +0100 Subject: [PATCH] update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26ed33b..0bd5ab0 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Instead the recommendation for base Docker images are ones offering a shell like The behaviour of the wait utility can be configured with the following environment variables: +- _WAIT_LOGGER_LEVEL_ : the output logger level. Valid values are: _debug_, _info_, _error_, _off_. the default is _debug_. - _WAIT_HOSTS_: comma separated list of pairs host:port for which you want to wait. - _WAIT_HOSTS_TIMEOUT_: max number of seconds to wait for all the hosts to be available before failure. The default is 30 seconds. - _WAIT_HOST_CONNECT_TIMEOUT_: The timeout of a single TCP connection to a remote host before attempting a new connection. The default is 5 seconds.