Capture everything from your bash script
#!/bin/bash exec > >(tee /var/log/myutil.log| logger -t "$0" -s 2>/dev/console) 2>&1 ...
Random technical rants, comments, and logs. If these only serve as a reference for me later, I still call that a win. Hopefully, others will occasionally find the posts useful.