NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
There is one problem with Atlassian Bamboo and tools that emit messages to stderr (like terraform):
Every message to stderr will be prepended with "error", indicating the source stream.
If you are searching in some deployment log of multiple MB for some error because of failed build/deployment, this is less than optimal.
This userscript will replace any occurrence of ^error ("error" at the beginning of a line) with stderr.
This way, browser-searching the log for "error" makes sense again.
Rating: 0