openshift-helm-charts / development

0 stars 17 forks source link

Extract helper `logInfo`, etc. library functions into their own local library #316

Open komish opened 6 months ago

komish commented 6 months ago

One of the net-new scripts being added https://github.com/openshift-helm-charts/development/pull/314 samples a couple of functions that basically help print [Info] ... type statements.

These should be extracted and used throughout our scripts.

Alternatively, the logging library within the stdlib could be used, but as logging needs for our scripts are, and should remain, pretty minimal, using a logging library may be overkill.