My circle.yml file is quite lean and just passes control on to a shell script that does most of the heavy lifting. Throughout the build/test/deploy/release processes I have a few log messages sprinkled throughout my shell script so that I can quickly scan through the CircleCI Build Summary to see what’s going on.
I would like these log messages to an easy to spot color, so they stand out. How do I do this?