Support logging to stdout
Author: okovpashkoCreated Mar 15, 2023Updated Mar 15, 2023
Currently, the script logs all the messages to stderr. It causes them to be recognized as errors in Kubernetes environments (particularly in Google Kubernetes Engine).
It will be great if we have the ability to use stdout as a destination for the diagnostic messages preserving the stderr as a destination for errors (for example when a timeout is exceeded).
Source: vishnubob/wait-for-it