I made the mistake on the command line of wrapping it in a alias and dumping the output to dev null, missed something actually important and wasted time! Won't make that mistake again, your monkey patch sounds a much better idea.
STDOUT/ERR is just the wrong place for information other than what my code is outputting.
STDOUT/ERR is just the wrong place for information other than what my code is outputting.